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
Currently we try to detect the shell type from the name of the terminal in VS Code. This is fragile. Cases like yours are not handled well in that scenario. Waiting on this API from VS Code to solve this: microsoft/vscode#230165
I add fish at the last of my .bashrc to start fish under bash env.
When I click "Create Python Terminal", it sources .venv/bin/activate instead of .venv/bin/activate.fish.
How can I make it automatically use the correct activation script?
The text was updated successfully, but these errors were encountered: