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
Copy file name to clipboardExpand all lines: package.nls.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@
76
76
"python.terminal.shellIntegration.enabled.description": "Enable [shell integration](https://code.visualstudio.com/docs/terminal/shell-integration) for the terminals running python. Shell integration enhances the terminal experience by enabling command decorations, run recent command, improving accessibility among other things. Note: PyREPL (available in Python 3.13+) is automatically disabled when shell integration is enabled to avoid cursor indentation issues.",
77
77
"python.terminal.activateEnvInCurrentTerminal.description": "Activate Python Environment in the current Terminal on load of the Extension.",
78
78
"python.terminal.activateEnvironment.description": "Activate Python Environment in all Terminals created.",
79
-
"python.terminal.shellIntegration.activate.description": "When enabled, activates Python environments by contributing shell-specific environment variables (e.g., `VSCODE_PYTHON_BASH_ACTIVATE`, `VSCODE_PYTHON_ZSH_ACTIVATE`, `VSCODE_PYTHON_FISH_ACTIVATE`, `VSCODE_PYTHON_PS1_ACTIVATE`, `VSCODE_PYTHON_CMD_ACTIVATE`) pointing to the activate script, instead of sending activation commands directly to the terminal. Supports bash, zsh, fish, PowerShell, and Command Prompt.",
79
+
"python.terminal.shellIntegration.activate.description": "Activate Python environment using shell integration. This means activating without sending activate script in your terminal, preserving shell integration capabilities and activated Copilot terminals.",
80
80
"python.terminal.executeInFileDir.description": "When executing a file in the terminal, whether to use execute in the file's directory, instead of the current open folder.",
81
81
"python.terminal.focusAfterLaunch.description": "When launching a python terminal, whether to focus the cursor on the terminal.",
82
82
"python.terminal.launchArgs.description": "Python launch arguments to use when executing a file in the terminal.",
0 commit comments