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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -584,7 +584,6 @@
584
584
},
585
585
"powershell.powerShellExePath": {
586
586
"type": "string",
587
-
"default": "",
588
587
"scope": "machine",
589
588
"description": "REMOVED: Please use the \"powershell.powerShellAdditionalExePaths\" setting instead.",
590
589
"deprecationMessage": "Please use the \"powershell.powerShellAdditionalExePaths\" setting instead."
@@ -653,7 +652,6 @@
653
652
},
654
653
"powershell.cwd": {
655
654
"type": "string",
656
-
"default": null,
657
655
"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