-
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
can't activate vscode python plugin when opening an ipynb file #7111
Comments
@tom-shan does the plugin activate correctly in vscode when first opening a |
yes, it activate correctly |
vince-fugnitto
added
bug
bugs found in the application
vscode
issues related to VSCode compatibility
labels
Feb 10, 2020
tom-shan
added a commit
to tom-shan/theia
that referenced
this issue
Feb 10, 2020
tom-shan
added a commit
to tom-shan/theia
that referenced
this issue
Feb 10, 2020
1 task
tom-shan
added a commit
to tom-shan/theia
that referenced
this issue
Feb 10, 2020
fix eclipse-theia#7111 Signed-off-by: tom-shan <[email protected]>
tom-shan
added a commit
to tom-shan/theia
that referenced
this issue
Feb 10, 2020
fix eclipse-theia#7111 Signed-off-by: tom-shan <[email protected]>
tom-shan
added a commit
to tom-shan/theia
that referenced
this issue
Feb 10, 2020
fix eclipse-theia#7111 Signed-off-by: tom-shan <[email protected]>
akosyakov
added a commit
that referenced
this issue
Feb 11, 2020
Signed-off-by: Anton Kosyakov <[email protected]>
2 tasks
akosyakov
added a commit
that referenced
this issue
Feb 12, 2020
Signed-off-by: Anton Kosyakov <[email protected]>
akosyakov
added a commit
that referenced
this issue
Feb 12, 2020
Signed-off-by: Anton Kosyakov <[email protected]>
akosyakov
added a commit
to akosyakov/theia
that referenced
this issue
Feb 24, 2020
…d mode Signed-off-by: Anton Kosyakov <[email protected]>
JesterOrNot
pushed a commit
to JesterOrNot/theia
that referenced
this issue
Mar 12, 2020
…d mode Signed-off-by: Anton Kosyakov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The vscode python plugin is not activated when an ipynb file is opened, so the notbook editor is not showing. Only when a python file is opened first and vscode python plugin is activated successfully, the ipynb file can be opened in notebook editor.
Reproduction Steps
OS and Theia version:
OS: centos 7
theia: d5f3262
python plugin: 2020.1.58038
Diagnostics:
Per
theia/packages/plugin-ext/src/main/browser/plugin-contribution-handler.ts
Line 212 in d5f3262
vscode python plugin contains no grammars contribution of jupyter according to:
https://github.com/microsoft/vscode-python/blob/master/package.json#L45
and
https://github.com/microsoft/vscode-python/blob/ead69d5e2e910153e5715b6f4a7abf41f23efac5/package.json#L2778-L2784
The text was updated successfully, but these errors were encountered: