Skip to content

Commit db18a92

Browse files
chore(release): 0.5.0 (#502)
Co-authored-by: GitHub Actions <actions@github.com>
1 parent 79876a0 commit db18a92

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.5.0](https://github.com/nix-community/vscode-nix-ide/compare/v0.4.24...v0.5.0) (2025-10-10)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove special highlight of comment remarks like todo/fixme
11+
12+
### Features
13+
14+
* allow "serverPath" to be a list of arguments ([#509](https://github.com/nix-community/vscode-nix-ide/issues/509)) ([6a1835a](https://github.com/nix-community/vscode-nix-ide/commit/6a1835a5b5c85b1d9de4fbf2480b315095a19a30))
15+
* **manifest:** provide `flake.lock` format ([#507](https://github.com/nix-community/vscode-nix-ide/issues/507)) ([79876a0](https://github.com/nix-community/vscode-nix-ide/commit/79876a0fa762968a9816235f0bcf88c91a7640dd))
16+
17+
18+
### Bug Fixes
19+
20+
* **syntax:** syntax highlighting issue with colon after interpolation in nested attrset ([aa8a59d](https://github.com/nix-community/vscode-nix-ide/commit/aa8a59d845efa5bbe69713dfddadd345611e632b)), closes [#355](https://github.com/nix-community/vscode-nix-ide/issues/355)
21+
22+
23+
* remove special highlight of comment remarks like todo/fixme ([fe0a576](https://github.com/nix-community/vscode-nix-ide/commit/fe0a5763cbe937ffcb00846b053b9928fc919f7e)), closes [#476](https://github.com/nix-community/vscode-nix-ide/issues/476)
24+
525
### [0.4.24](https://github.com/nix-community/vscode-nix-ide/compare/v0.4.23...v0.4.24) (2025-09-29)
626

727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nix-ide",
33
"displayName": "Nix IDE",
44
"description": "Nix language support - syntax highlighting, formatting, and error reporting.",
5-
"version": "0.4.24",
5+
"version": "0.5.0",
66
"publisher": "jnoortheen",
77
"icon": "images/icon.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)