Skip to content

LS Extension UI contributions, ownership, and maintenance #20096

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

Closed
karthiknadig opened this issue Oct 27, 2022 · 1 comment
Closed

LS Extension UI contributions, ownership, and maintenance #20096

karthiknadig opened this issue Oct 27, 2022 · 1 comment
Assignees
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. feature-request Request for new features or functionality needs spike Label for issues that need investigation before they can be worked on.

Comments

@karthiknadig
Copy link
Member

Spike on figuring out how LS extension can contribute its unique UI experience. How this will be maintained for Pylance? What is the ownership model of this component?

@karthiknadig karthiknadig added the feature-request Request for new features or functionality label Oct 27, 2022
@karthiknadig karthiknadig self-assigned this Oct 27, 2022
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Oct 27, 2022
@karthiknadig karthiknadig added area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. needs spike Label for issues that need investigation before they can be worked on. and removed triage-needed Needs assignment to the proper sub-team labels Oct 27, 2022
@karthiknadig
Copy link
Member Author

Pylance currently is its own extension, the language client is created in the Python extension by taking the launch parameters from Pylance. This allows all the features from Pylance to be registered via Python extension. LS features and UI happens via LS Client, other extension features, and UI are handled in Pylance since it is just another extension from that perspective.

@karthiknadig karthiknadig closed this as not planned Won't fix, can't repro, duplicate, stale Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. feature-request Request for new features or functionality needs spike Label for issues that need investigation before they can be worked on.
Projects
None yet
Development

No branches or pull requests

1 participant