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

Use pylance client if pylance client is available/enabled. #19912

Closed
wants to merge 12 commits into from

Conversation

heejaechang
Copy link

@heejaechang heejaechang commented Sep 28, 2022

If Pylance claims it supports client by itself, this change will let python core extension to let pylance to handle language client.

@heejaechang heejaechang added skip package*.json package.json and package-lock.json don't both need updating skip tests Updates to tests unnecessary no-changelog No news entry required labels Sep 28, 2022
package.json Outdated Show resolved Hide resolved
@karthiknadig
Copy link
Member

Make sure to bump the engine version to latest on both the extensions.

@heejaechang heejaechang changed the title [WIP] changes for moving client to pylance Use pylance client if pylance client is available/enabled. Oct 4, 2022
@heejaechang heejaechang marked this pull request as ready for review October 4, 2022 00:23
@karthiknadig
Copy link
Member

Closing this as blocked on #20002 . That is a meta issue tracking progress on the Jupyter <-> Python <-> (Pylance, Jedi, ...) communication.

there might be changes to this design. so for now I am closing this.

@rchiodo
Copy link

rchiodo commented Feb 27, 2023

Ah okay, this is kind of the opposite of what we discussed today. Here Python is calling Pylance to start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog No news entry required skip package*.json package.json and package-lock.json don't both need updating skip tests Updates to tests unnecessary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants