Skip to content

Commit bcd5920

Browse files
committed
try to avoid error, always applyAtProcessCreation
1 parent 65812c9 commit bcd5920

File tree

1 file changed

+1
-1
lines changed
  • src/client/terminals/envCollectionActivation

1 file changed

+1
-1
lines changed

src/client/terminals/envCollectionActivation/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ export class TerminalEnvVarCollectionService implements IExtensionActivationServ
428428
return isActive
429429
? {
430430
applyAtShellIntegration: false,
431-
applyAtProcessCreation: false,
431+
applyAtProcessCreation: true,
432432
}
433433
: {
434434
applyAtShellIntegration: false, // Takes care of false negatives in case manual integration is being used.

0 commit comments

Comments
 (0)