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

Move VS Code language service modules into their own folder #2055

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

minestarks
Copy link
Member

With the new feature I'm planning to add to VS Code extension, I needed to organize this folder a bit before I proceed. It was getting out of hand.

This PR moves everything language-service related into its own folder under vscode/src.

The only slight, expected, behavior change here is in the initialization order of diagnostics (which had to happen as a result of me separating out the different kinds of diagnostics.) I don't think it should have any observable effect.

Copy link
Member

@billti billti left a comment

Choose a reason for hiding this comment

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

Thanks!

@minestarks minestarks added this pull request to the merge queue Dec 9, 2024
Merged via the queue into main with commit 5a86a67 Dec 9, 2024
18 checks passed
@minestarks minestarks deleted the minestarks/language-service-organize branch December 9, 2024 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants