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 setting to change the cwd of the Powershell Integrated Console (#2796)
* Add setting to change the cwd of the Powershell Integrated Console
* Changet setting from powershell.integratedConsole.cwd to powershell.cwd
* pwsh location for opened folders must be solved in PSES
Copy file name to clipboardExpand all lines: package.json
+5
Original file line number
Diff line number
Diff line change
@@ -640,6 +640,11 @@
640
640
"default": "BlockComment",
641
641
"description": "Controls the comment-based help completion behavior triggered by typing '##'. Set the generated help style with 'BlockComment' or 'LineComment'. Disable the feature with 'Disabled'."
642
642
},
643
+
"powershell.cwd": {
644
+
"type": "string",
645
+
"default": null,
646
+
"description": "An explicit start path where the Powershell Integrated Console will be launched. Both the PowerShell process and the shell's location will be set to this directory. Predefined variables can be used (i.e. ${fileDirname} to use the current opened file's directory)."
0 commit comments