Skip to content

Commit 591b384

Browse files
authored
chore(main): release 1.2.0 (#167)
1 parent 6de2595 commit 591b384

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/hverlin/mise-vscode/compare/v1.1.0...v1.2.0) (2025-11-12)
4+
5+
6+
### Features
7+
8+
* add configuration option to include PATH when updating VS Code environment variables using mise env ([6de2595](https://github.com/hverlin/mise-vscode/commit/6de2595d820d225f8e83b6fb2faae680f84e11ad))
9+
310
## [1.1.0](https://github.com/hverlin/mise-vscode/compare/v1.0.2...v1.1.0) (2025-11-10)
411

512

package.json

Lines changed: 8 additions & 8 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": "1.1.0",
6+
"version": "1.2.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/hverlin/mise-vscode"
@@ -303,13 +303,13 @@
303303
"default": true,
304304
"markdownDescription": "Update VSCode and terminal environment variables automatically based on the mise configuration. Note that depending on the extensions loading order, other extensions might not see all mise environment variables."
305305
},
306-
"mise.updateEnvAutomaticallyIncludePath": {
307-
"order": 12.1,
308-
"type": "boolean",
309-
"title": "Include PATH when updating environment variables",
310-
"default": false,
311-
"markdownDescription": "Include the PATH variable when updating VSCode and terminal environment variables. Disable this if you want to keep your original PATH."
312-
},
306+
"mise.updateEnvAutomaticallyIncludePath": {
307+
"order": 12.1,
308+
"type": "boolean",
309+
"title": "Include PATH when updating environment variables",
310+
"default": false,
311+
"markdownDescription": "Include the PATH variable when updating VSCode and terminal environment variables. Disable this if you want to keep your original PATH."
312+
},
313313
"mise.updateOpenTerminalsEnvAutomatically": {
314314
"order": 13,
315315
"type": "boolean",

0 commit comments

Comments
 (0)