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
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
https://code.visualstudio.com/docs/editor/integrated-terminal#_terminal-profiles
Was asked for in microsoft/vscode#120667 but already exists
The text was updated successfully, but these errors were encountered: