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
Fix incorrect docstring for powershell.cwd (#4171)
This variable never could have accepted VS Code predefined variables
because support for that is still an open feature request upstream. We
have no API to resolve predefined variables in values given to
contributed settings, and so cannot support this.
Co-authored-by: Patrick Meinecke <[email protected]>
Copy file name to clipboardExpand all lines: package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -644,7 +644,7 @@
644
644
"powershell.cwd": {
645
645
"type": "string",
646
646
"default": null,
647
-
"description": "An explicit start path where the PowerShell Extension Terminal 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)."
647
+
"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!"
0 commit comments