-
Notifications
You must be signed in to change notification settings - Fork 5.6k
feat(lsp): jupyter cell continuity using classic scripts #28769
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good! I just have a couple comments.
@dsherret PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Fixes #21709.
Fixes denoland/vscode_deno#932.
VSCode's node/TS server also relies on classic scripts to share variables between cells. But in their case if you use a static import in some cell it will trigger module detection and the variables in that cell will not be shared. Our implementation will bypass this!