You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add configuration option to include PATH when updating VS Code environment variables using mise env ([6de2595](https://github.com/hverlin/mise-vscode/commit/6de2595d820d225f8e83b6fb2faae680f84e11ad))
Copy file name to clipboardExpand all lines: package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"displayName": "Mise VSCode",
4
4
"publisher": "hverlin",
5
5
"description": "mise support for Visual Studio code (dev-tools, tasks and environment variables)",
6
-
"version": "1.1.0",
6
+
"version": "1.2.0",
7
7
"repository": {
8
8
"type": "git",
9
9
"url": "https://github.com/hverlin/mise-vscode"
@@ -303,13 +303,13 @@
303
303
"default": true,
304
304
"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."
305
305
},
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."
0 commit comments