You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behavior is fine for my terminal emulator iTerm, but when I use it in VS Code the integrated shell closes entirely. And then when I reopen the integrated terminal, I am back to the activated environment. Has anyone found a workaround for this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When using
hatch shell
, the way to deactivate the shell is to runexit
like so:example/path/to/project_name hatch shell example/path/to/project_name (project_name) exit example/path/to/project_name
This behavior is fine for my terminal emulator iTerm, but when I use it in VS Code the integrated shell closes entirely. And then when I reopen the integrated terminal, I am back to the activated environment. Has anyone found a workaround for this?
Beta Was this translation helpful? Give feedback.
All reactions