-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Implement the recommended server/extension layout in lsp-sa…
…mple Reference: https://github.com/microsoft/vscode-extension-samples/tree/main/lsp-sample 1. extension manifest is the root's package.json 2. client and server are compiled to their own out/ 3. Paths in launch.json, main.yml, package.json,etc are updated accordingly 4. Other files such as .vscodeignore and CHANGELOG are moved to the root as well
- Loading branch information
1 parent
28bd062
commit e381a44
Showing
13 changed files
with
862 additions
and
858 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
__mocks__/ | ||
.github/ | ||
.vscode/ | ||
integration-tests/ | ||
resources/ | ||
scripts/ | ||
**/*.d.ts | ||
**/__tests__ | ||
test | ||
src | ||
**/*.map | ||
tsconfig.* | ||
.gitignore |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.