-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow using variables as part of path and args values in terminal settings #120667
Comments
This is supported but using a different cross-platform syntax:
The You can read more about the variables at https://code.visualstudio.com/docs/editor/variables-reference |
Created microsoft/vscode-docs#4661 to add to the documentation |
This example still does not work, though:
The session ends up being named "${workspaceFolderBasename}" instead of using the name of the folder. |
Both of those look like they are related to what I see, thanks. |
Using Terminal profiles introduced in
1.55
(via #45444) I tried to use system variables as part ofpath
andargs
values but w/o success.Example for
path
:Same thing is observed if variable is used as part of value of
args
. Following configuration:fails with error:
The text was updated successfully, but these errors were encountered: