We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Workaround:
conda init bash
Sorry, something went wrong.
Waiting for response from Compute Instance team.
After investigation I've found we are impacted by this issue: microsoft/vscode-remote-release#1671
We can workaround it by manually changing the remote settings.json with:
settings.json
{ "terminal.integrated.defaultProfile.linux": "bash", "terminal.integrated.profiles.linux": { "bash": { "path": "bash", "icon": "terminal-bash", "args": ["-l"] } } }
Closing this investigation issue and opening the following issue to implement the workaround: #2095
sevillal
No branches or pull requests
The text was updated successfully, but these errors were encountered: