-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
VS Code Python extension #4956
Comments
vscode python plugin works well on my machine |
Jupyter notebook support does not seem to work as expected. Linting doesn't show errors in the Problems window when the Preview version of the language server is used. After converting a Jupyter notebook to a new python file, there are problems starting up the interactive Jupyter console. |
Linking #3186 (comment) |
I see the following error messages continuously get reported on the backend. Looks like there are a few API points to address. CommandRegistryMain
LanguagesMain
WorkspaceMain
|
@jgbradley1 I know |
The python extension now activates successfully, for the notebook support, we have #9867 |
Motivated by this idea, this is a first attempt to replace
@theia/python
with the VS Code Python extension. The main focus is on supporting Python 3.This will also address #2459. The following output is generated on startup. I don't see any major error messages from the extension.
What works or doesn't work:
Startup Log
The text was updated successfully, but these errors were encountered: