Skip to content

Commit df9f374

Browse files
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]>
1 parent 3baafe4 commit df9f374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
"powershell.cwd": {
645645
"type": "string",
646646
"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!"
648648
},
649649
"powershell.scriptAnalysis.enable": {
650650
"type": "boolean",

0 commit comments

Comments
 (0)