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
Which one takes precedence: environment var collection or env vars run in terminal request or envs supplied when creating terminal
Kind of like internal console, except for rc and profile scripts?
createTerminal(env) overrides environment variable collection and env in runinterminal request also affects the terminal.
Cleanup collection prompt
Also there are some meaningless changes: like true to 1.
Instead of this would it make more sense to user to just say: Terminal needed to be restarted to apply results of <conda command>: Allow to provide description to environment collection API vscode#171108
Some other alternatives:
Title of environment variable collection to shown the first time.
Either in the prompt UI or when terminal starts up.
What about multiroot workspaces?
Environment variable collection for a workspace?
Clarify what:
Note that an extension can only make a single change to any one variable, so this will overwrite any previous calls to replace, append or prepend.
For #11039
Getting activated environment variables from conda
Get activated environment variables for each shell.
conda initalready but powershell might not be.Diff is another option. Can we use diff for cmd in powershell, and add the prompt variable ourselves?
Use environment variable collection to activate terminals
Blockers: microsoft/vscode#99878 on macOS
pythonconfig scenarioAlso there are some meaningless changes: like
trueto1.Instead of this would it make more sense to user to just say: Terminal needed to be restarted to apply results of
<conda command>: Allow to provide description to environment collection API vscode#171108Some other alternatives:
What about multiroot workspaces?
Environment variable collection for a workspace?
Clarify what:
means.
Relaunch terminal doesn't show up always.
on did change default shell event? microsoft/vscode#160694 (comment)
onDidOpenTerminal and
vscode.env.shell: microsoft/vscode#171164python.terminal.activateinterminlsettings if we aren't sending commands.vscode.env.shellmight return empty string to extension if fetched very soon after startup vscode#160694 (comment)onDidChangeShellevent which is fired when default terminal profile changes vscode#171164 (comment)