We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86491ae commit bc3e832Copy full SHA for bc3e832
src/client/common/utils/localize.ts
@@ -203,7 +203,7 @@ export namespace Interpreters {
203
'Enables `python.terminal.shellIntegration.enabled` by modifying `PYTHONSTARTUP` and `PYTHON_BASIC_REPL`',
204
);
205
export const shellIntegrationDisabledEnvVarCollectionDescription = l10n.t(
206
- 'Disables `python.terminal.shellIntegration.enabled` by removing `PYTHONSTARTUP` and `PYTHON_BASIC_REPL`',
+ 'Disables `python.terminal.shellIntegration.enabled` by unsetting `PYTHONSTARTUP` and `PYTHON_BASIC_REPL`',
207
208
export const terminalDeactivateProgress = l10n.t('Editing {0}...');
209
export const restartingTerminal = l10n.t('Restarting terminal and deactivating...');
0 commit comments