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

Support workspace folders for the language server's settings #156

Merged
merged 1 commit into from Nov 8, 2017

Conversation

rcjsuen
Copy link
Contributor

@rcjsuen rcjsuen commented Oct 24, 2017

VS Code's workspace feature will now allow resources to have settings that are scoped to the given resource's folder hierarchy. We need to add support to the workspace/configuration language server protocol request that's currently being proposed so that the extension can send changes to scoped settings to the language server.

Hook the VS Code settings to the proposed workspace/configuration
language server protocol request. This will allow the language server
to provide different validation results based on the settings of
where the Dockerfile resides.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
@chrisdias
Copy link
Member

(i'm on vacation, this may take me a few days to look at... sorry)

Copy link
Member

@chrisdias chrisdias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chrisdias chrisdias merged commit 26fafb3 into microsoft:master Nov 8, 2017
@rcjsuen rcjsuen deleted the lsp-multi-root branch July 3, 2018 10:45
@microsoft microsoft locked and limited conversation to collaborators Oct 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants