Skip to content
New issue

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

Python debugger is not working on v3.8.0 #2514

Closed
chocoford opened this issue Dec 25, 2020 · 3 comments
Closed

Python debugger is not working on v3.8.0 #2514

chocoford opened this issue Dec 25, 2020 · 3 comments

Comments

@chocoford
Copy link

The problem occurs since v3.7.4.
On 3.8.0, The Debug Panel of VSCode is blank. So I could not debug or run my code.

  • Web Browser: Safari
  • Local OS: IPad OS
  • Remote OS: Ubuntu
  • Remote Architecture: x64
  • code-server --version: 3.8.0
@chocoford
Copy link
Author

Also the source control panel is not working well either.

@clouradev
Copy link

Hello, I had the same problem and managed to solve it by following these steps:
Remove all python related extensions
Go to /config/extensions from the terminal delete the ms-python folder
Restart the code-server
Download the ms-python.python-2020.10.332292344 version from the github extension page and install manually
Restart and configure the python interpreter

@oxy
Copy link

oxy commented Jan 4, 2021

Hi! This is a known issue, please see #2341 about the python extension.

@oxy oxy closed this as completed Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants