Adopt to using VS Code API to access terminal output #22128
Labels
area-terminal
feature-request
Request for new features or functionality
needs spike
Label for issues that need investigation before they can be worked on.
Although microsoft/vscode#145234 isn't available yet, creating an issue so we don't miss to adopt it. It's a pretty important feature for us in the following scenarios:
PATH
which leads to problems such as: Always prepend to PATH instead of replacing it #21906 (comment) and start replacing it instead..bashrc
files: Show notification when deactivate command is run in terminal #22121 (comment)PS1
or other vars in shellPATH
#22439Make sure to:
strictEnv
and passprocess.env
when launching the hidden terminal, to avoid using env collection for hidden terminals: Environment collection should not be applied on hidden terminals (non-windows) vscode#197187 (comment)vscode-python/src/client/terminals/envCollectionActivation/deactivateService.ts
Lines 50 to 55 in 61fcf3a
The text was updated successfully, but these errors were encountered: