We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46e1a6 commit e604687Copy full SHA for e604687
src/client/terminals/envCollectionActivation/service.ts
@@ -357,7 +357,7 @@ export class TerminalEnvVarCollectionService implements IExtensionActivationServ
357
// https://code.visualstudio.com/docs/terminal/shell-integration#_automatic-script-injection
358
return true;
359
}
360
- if (isEnabled) {
+ if (!isEnabled) {
361
traceVerbose('Shell integrated is disabled in user settings.');
362
363
return false;
0 commit comments