-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move VS Code language service modules into their own folder (#2055)
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.
- Loading branch information
1 parent
f026774
commit 5a86a67
Showing
16 changed files
with
558 additions
and
535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.