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
+8-3
Original file line number
Diff line number
Diff line change
@@ -573,13 +573,15 @@
573
573
},
574
574
"powershell.powerShellAdditionalExePaths": {
575
575
"type": "object",
576
+
"default": {},
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": "",
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."
"description": "Specifies the URL of the GitHub project in which to generate bug reports."
644
+
"description": "Specifies the URL of the GitHub project in which to generate bug reports.",
645
+
"deprecationMessage": "This setting was never meant to be changed!"
643
646
},
644
647
"powershell.helpCompletion": {
645
648
"type": "string",
@@ -653,7 +656,7 @@
653
656
},
654
657
"powershell.cwd": {
655
658
"type": "string",
656
-
"default": null,
659
+
"default": "",
657
660
"description": "An explicit start path where the PowerShell Extension Terminal will be launched. Both the PowerShell process's and the shell's location will be set to this directory. A fully resolved path must be provided!"
"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