Skip to content

Commit a3cb25c

Browse files
authored
chore(main): release 0.57.0 (#153)
1 parent fadf28d commit a3cb25c

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.57.0](https://github.com/hverlin/mise-vscode/compare/v0.56.0...v0.57.0) (2025-10-13)
4+
5+
6+
### Features
7+
8+
* add biome extension support (disabled by default) ([fadf28d](https://github.com/hverlin/mise-vscode/commit/fadf28d108daae4a838e6bfd4a5c264c36a5574c))
9+
* add buf extension support ([1724350](https://github.com/hverlin/mise-vscode/commit/172435000c5127903b41a1e0a0a0d4fe6264130e))
10+
11+
12+
### Bug Fixes
13+
14+
* remove task[s]/toml auto-schema injection ([e510db3](https://github.com/hverlin/mise-vscode/commit/e510db351fb24750e8811b4c2b758d0cd46fb347))
15+
316
## [0.56.0](https://github.com/hverlin/mise-vscode/compare/v0.55.0...v0.56.0) (2025-10-07)
417

518

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Mise VSCode",
44
"publisher": "hverlin",
55
"description": "mise support for Visual Studio code (dev-tools, tasks and environment variables)",
6-
"version": "0.56.0",
6+
"version": "0.57.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/hverlin/mise-vscode"
@@ -145,7 +145,9 @@
145145
"mise.configureExtensionsAutomaticallyIgnoreList": {
146146
"order": 5,
147147
"type": "array",
148-
"default": ["biomejs.biome"],
148+
"default": [
149+
"biomejs.biome"
150+
],
149151
"items": {
150152
"type": "string",
151153
"enum": [
@@ -169,8 +171,8 @@
169171
"ziglang.vscode-zig",
170172
"signageos.signageos-vscode-sops",
171173
"joselitofilho.ginkgotestexplorer",
172-
"bufbuild.vscode-buf",
173-
"biomejs.biome"
174+
"bufbuild.vscode-buf",
175+
"biomejs.biome"
174176
]
175177
},
176178
"markdownDescription": "List of extensions that should not be configured automatically."
@@ -205,8 +207,8 @@
205207
"ziglang.vscode-zig",
206208
"signageos.signageos-vscode-sops",
207209
"joselitofilho.ginkgotestexplorer",
208-
"bufbuild.vscode-buf",
209-
"biomejs.biome"
210+
"bufbuild.vscode-buf",
211+
"biomejs.biome"
210212
]
211213
},
212214
"markdownDescription": "List of extensions that should be configured automatically. If both include and ignore lists are set, the ignore list takes precedence. If the include list includes 'all' (default), all supported extensions are considered except those in the ignore list."

0 commit comments

Comments
 (0)