How can I easily display the value of Visual Studio Code's environment variabls like ${cwdFolder} or ${workspaceFolder}? (preferrably using the command line).
Asked
Active
Viewed 37 times
0
Gino Mempin
- 19,150
- 23
- 79
- 104
Daar44
- 109
- 6
-
See https://code.visualstudio.com/updates/v1_32#_variable-support-in-send-sequence-command and especially https://stackoverflow.com/a/55113523/836330 – Mark Dec 30 '21 at 17:00
-
1And `${env:PROGRAMFILES}` for environment variables. – Mark Dec 30 '21 at 17:11