-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderson-testplanpythonterminal-shell-integrationShell integration infrastructure, command decorations, etc.Shell integration infrastructure, command decorations, etc.
Milestone
Description
We have shell startup setting from Python environment extension:
This would allow us to avoid issues like: microsoft/vscode-python#25322
and activate people's terminal without having to display ...activate
command in terminal.
In Python environment extension, we inject to user's shell init script like:
Part of my .bashrc:
This hook(?) could be moved to core (shell integration script)
/cc @Tyriar
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderson-testplanpythonterminal-shell-integrationShell integration infrastructure, command decorations, etc.Shell integration infrastructure, command decorations, etc.