File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
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" : [
You can’t perform that action at this time.
0 commit comments