Skip to content

Commit

Permalink
avoid setting PWD
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Feb 20, 2025
1 parent 42962ce commit b2571bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/terminals/envCollectionActivation/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ function shouldSkip(env: string) {
'PYTHONUTF8',
// We have deactivate service which takes care of setting it.
'_OLD_VIRTUAL_PATH',
'PWD',
].includes(env);
}

Expand Down

0 comments on commit b2571bc

Please sign in to comment.