Skip to content

Commit 1a4933d

Browse files
authored
feat: Implement LSP client (#3)
1 parent b9530e5 commit 1a4933d

12 files changed

+5592
-39
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Generated
22
.DS_Store
3+
node_modules
4+
out/
5+
*.vsix

.vscodeignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.vscode/
2+
node_modules/
3+
out/*.js.map
4+
scripts/
5+
src/
6+
test/
7+
.gitignore
8+
.npmrc
9+
.prettierignore
10+
CHANGELOG.md
11+
package-lock.json
12+
tsconfig.json
13+
*.vsix

LICENSE-APACHE renamed to LICENSE

File renamed without changes.

LICENSE-MIT

-21
This file was deleted.
File renamed without changes.

noir.png

13.9 KB
Loading

0 commit comments

Comments
 (0)