Skip to content

Commit c0805fd

Browse files
committed
setting descr
1 parent 22729bd commit c0805fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"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.",
7777
"python.terminal.activateEnvInCurrentTerminal.description": "Activate Python Environment in the current Terminal on load of the Extension.",
7878
"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.",
8080
"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.",
8181
"python.terminal.focusAfterLaunch.description": "When launching a python terminal, whether to focus the cursor on the terminal.",
8282
"python.terminal.launchArgs.description": "Python launch arguments to use when executing a file in the terminal.",

0 commit comments

Comments
 (0)