Skip to content

Commit

Permalink
try to avoid error, always applyAtProcessCreation
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Feb 19, 2025
1 parent 65812c9 commit bcd5920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/terminals/envCollectionActivation/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ export class TerminalEnvVarCollectionService implements IExtensionActivationServ
return isActive
? {
applyAtShellIntegration: false,
applyAtProcessCreation: false,
applyAtProcessCreation: true,
}
: {
applyAtShellIntegration: false, // Takes care of false negatives in case manual integration is being used.
Expand Down

0 comments on commit bcd5920

Please sign in to comment.