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
After few attempts, when I added "python.defaultInterpreterPath": "/usr/local/bin/python", and rebuilt the container and launched debug session, it worked. Kindly check and make the necessary changes in the documentation accordingly. I couldn't identify the root cause of the problem and couldn't clearly explain how this additional settings property helped though. "settings": { "terminal.integrated.shell.linux": "/bin/bash", "python.defaultInterpreterPath": "/usr/local/bin/python", "python.pythonPath": "/usr/local/bin/python", "python.linting.enabled": true, "python.linting.pylintEnabled": true, ...
The text was updated successfully, but these errors were encountered:
Hi,
I was following the step-by-step tutorial : https://docs.microsoft.com/en-us/windows/wsl/tutorials/wsl-containers
But when I launched the Debug session in VSCode, I received the following error:
After few attempts, when I added "python.defaultInterpreterPath": "/usr/local/bin/python", and rebuilt the container and launched debug session, it worked. Kindly check and make the necessary changes in the documentation accordingly. I couldn't identify the root cause of the problem and couldn't clearly explain how this additional settings property helped though.
"settings": { "terminal.integrated.shell.linux": "/bin/bash",
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.pythonPath": "/usr/local/bin/python", "python.linting.enabled": true, "python.linting.pylintEnabled": true, ...
The text was updated successfully, but these errors were encountered: