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 65812c9 commit bcd5920Copy full SHA for bcd5920
src/client/terminals/envCollectionActivation/service.ts
@@ -428,7 +428,7 @@ export class TerminalEnvVarCollectionService implements IExtensionActivationServ
428
return isActive
429
? {
430
applyAtShellIntegration: false,
431
- applyAtProcessCreation: false,
+ applyAtProcessCreation: true,
432
}
433
: {
434
applyAtShellIntegration: false, // Takes care of false negatives in case manual integration is being used.
0 commit comments