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

Investigate exposing settings in tools extensions for specifying the interpreter command for the server #19303

Closed
karthiknadig opened this issue Jun 14, 2022 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality needs proposal Need to make some design decisions verified Verification succeeded
Milestone

Comments

@karthiknadig
Copy link
Member

No description provided.

@karthiknadig karthiknadig added feature-request Request for new features or functionality needs proposal Need to make some design decisions labels Jun 14, 2022
@karthiknadig karthiknadig added this to the June 2022 milestone Jun 14, 2022
@karthiknadig karthiknadig self-assigned this Jun 14, 2022
@karthiknadig karthiknadig modified the milestones: June 2022, July 2022 Jun 28, 2022
@karthiknadig karthiknadig added the verified Verification succeeded label Jul 20, 2022
@karthiknadig
Copy link
Member Author

Setting that we will be using for configuring the interpreter for the LSP server.

                "<pytool-module>.interpreter": {
                    "default": [],
                    "description": "When set to a path to python executable, extension will use that to launch the server and any subprocess.",
                    "scope": "window",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },

@karthiknadig karthiknadig changed the title Expose settings in tools extensions for specifying the interpreter command for the server Investigate exposing settings in tools extensions for specifying the interpreter command for the server Jul 20, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality needs proposal Need to make some design decisions verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

1 participant