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
+5-1
Original file line number
Diff line number
Diff line change
@@ -573,18 +573,20 @@
573
573
},
574
574
"powershell.powerShellAdditionalExePaths": {
575
575
"type": "object",
576
+
"default": null,
576
577
"description": "Specifies a list 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.",
577
578
"additionalProperties": {
578
579
"type": "string"
579
580
}
580
581
},
581
582
"powershell.powerShellDefaultVersion": {
582
583
"type": "string",
584
+
"default": null,
583
585
"description": "Specifies the PowerShell version name, as displayed by the 'PowerShell: Show Session Menu' command, used when the extension loads e.g \"Windows PowerShell (x86)\" or \"PowerShell Core 7 (x64)\". You can specify additional PowerShell executables by using the \"powershell.powerShellAdditionalExePaths\" setting."
584
586
},
585
587
"powershell.powerShellExePath": {
586
588
"type": "string",
587
-
"default": "",
589
+
"default": null,
588
590
"scope": "machine",
589
591
"description": "REMOVED: Please use the \"powershell.powerShellAdditionalExePaths\" setting instead.",
590
592
"deprecationMessage": "Please use the \"powershell.powerShellAdditionalExePaths\" setting instead."
"description": "Use the vscode API to clear the terminal since that's the only reliable way to clear the scrollback buffer. Turn this on if you're used to 'Clear-Host' clearing scroll history as well as clear-terminal-via-lsp."
"description": "Specifies an alternate path to the folder containing modules that are bundled with the PowerShell extension (i.e. PowerShell Editor Services, PSScriptAnalyzer, Plaster)"
0 commit comments