Skip to content

Commit 19c9783

Browse files
committed
chore(main): release 0.53.0
1 parent 1545dbf commit 19c9783

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.53.0](https://github.com/hverlin/mise-vscode/compare/v0.52.0...v0.53.0) (2025-07-31)
4+
5+
6+
### Features
7+
8+
* Add mise.configureExtensionsAutomaticallyIncludeList setting ([4bc3544](https://github.com/hverlin/mise-vscode/commit/4bc35443c3a3ce6baa8e03504815628057a8e784))
9+
10+
11+
### Bug Fixes
12+
13+
* Fix doc for mise.configureExtensionsAutomaticallyIncludeList setting ([1545dbf](https://github.com/hverlin/mise-vscode/commit/1545dbf51c614ae4f0f6b6c123526030fb44b5c8))
14+
315
## [0.52.0](https://github.com/hverlin/mise-vscode/compare/v0.51.1...v0.52.0) (2025-07-21)
416

517

package.json

Lines changed: 4 additions & 2 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.52.0",
6+
"version": "0.53.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/hverlin/mise-vscode"
@@ -161,7 +161,9 @@
161161
"mise.configureExtensionsAutomaticallyIncludeList": {
162162
"order": 5.1,
163163
"type": "array",
164-
"default": ["all"],
164+
"default": [
165+
"all"
166+
],
165167
"items": {
166168
"type": "string",
167169
"enum": [

0 commit comments

Comments
 (0)