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 machine scope
* use a different setting for test and add user setting test
* remove isExecutable and remove powershell.developer.powerShellExePath
"description": "Specifies the full path to a PowerShell executable. Changes the installation of PowerShell used for language and debugging services."
550
550
},
551
551
"powershell.powerShellAdditionalExePaths": {
552
552
"type": "array",
553
553
"description": "Specifies an array of versionName / exePath pairs where exePath points to a non-standard install location for PowerShell and versionName can be used to reference this path with the powershell.powerShellDefaultVersion setting.",
554
-
"isExecutable": true,
554
+
"scope": "machine",
555
555
"uniqueItems": true,
556
556
"items": {
557
557
"type": "object",
@@ -751,12 +751,6 @@
751
751
"type": "boolean",
752
752
"default": false,
753
753
"description": "Indicates that the powerShellExePath points to a developer build of Windows PowerShell and configures it for development."
754
-
},
755
-
"powershell.developer.powerShellExePath": {
756
-
"type": "string",
757
-
"default": "",
758
-
"isExecutable": true,
759
-
"description": "Deprecated. Please use the 'powershell.powerShellExePath' setting instead"
0 commit comments