Skip to content
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

Include example of variable resolution in terminal profiles #4661

Closed
Tyriar opened this issue Jul 6, 2021 · 2 comments
Closed

Include example of variable resolution in terminal profiles #4661

Tyriar opened this issue Jul 6, 2021 · 2 comments
Assignees
Labels
doc-enhancement suggested addition or improvement

Comments

@Tyriar
Copy link
Member

Tyriar commented Jul 6, 2021

https://code.visualstudio.com/docs/editor/integrated-terminal#_terminal-profiles

Was asked for in microsoft/vscode#120667 but already exists

@gregvanl
Copy link

From Daniel:
Here's a more generic example you could put there:
"My PowerShell": {
"path": "pwsh.exe"
"args": [
"-noexit",
"-file",
"${env:APPDATA}\PowerShell\my-init-script.ps1"
]
}
And then link to https://code.visualstudio.com/docs/editor/variables-reference for the variables reference page

@Tyriar Tyriar removed this from the July 2021 milestone Oct 19, 2021
@gregvanl
Copy link

Thanks @meganrogge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-enhancement suggested addition or improvement
Projects
None yet
Development

No branches or pull requests

3 participants