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
Copy file name to clipboardExpand all lines: package.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -303,6 +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."
0 commit comments