Skip to content

Commit c1383e1

Browse files
committed
feat: remove unused lsp codes - close #140
1 parent 804e0f7 commit c1383e1

23 files changed

+3092
-4111
lines changed

.eslintignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
!/.*.js
2-
/.vscode-test
3-
lib
4-
node_modules

.eslintrc

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
{
22
"root": true,
3-
"extends": "@1stg",
4-
"settings": {
5-
"node": {
6-
"allowModules": [
7-
"vscode"
8-
]
9-
}
10-
}
3+
"extends": "@1stg"
114
}

.vscode/launch.json

-44
This file was deleted.

.vscode/tasks.json

-33
This file was deleted.

.vscodeignore

-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,3 @@ tsconfig.json
88
tsconfig.base.json
99
node_modules
1010
yarn.lock
11-
!/node_modules/vscode-jsonrpc/**
12-
!/node_modules/vscode-languageclient/**
13-
!/node_modules/vscode-languageserver-protocol/**
14-
!/node_modules/vscode-languageserver-types/**
15-
!/node_modules/semver/**

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can install this extension from the [Marketplace](https://marketplace.visual
1616
// .vscode/settings.json
1717
{
1818
"editor.codeActionsOnSave": {
19-
"source.fixAll": true
19+
"source.fixAll.eslint": true
2020
},
2121
"eslint.options": {
2222
"extensions": [".js", ".jsx", ".md", ".mdx", ".ts", ".tsx"]
@@ -30,7 +30,7 @@ Markdown Syntax could also be linted via [eslint-plugin-mdx][] and [remark-lint]
3030

3131
> it will read [remark][]'s [configuration](https://github.com/remarkjs/remark/tree/master/packages/remark-cli#remark-cli) automatically via [cosmiconfig](https://github.com/davidtheclark/cosmiconfig). But `.remarkignore` will not be respected, you should use `.eslintignore` instead.
3232
33-
More usage detail please refer to [eslint-plugin-mdx][]'s [documentation](https://github.com/rx-ts/eslint-mdx#toc-).
33+
More usage detail please refer to [eslint-plugin-mdx][]'s [documentation](https://github.com/mdx-js/eslint-mdx#toc-).
3434

3535
## Auto-close tags
3636

@@ -46,6 +46,6 @@ If you want VS Code to automatically close tags while you type, you can install
4646
```
4747

4848
[mdx]: https://github.com/mdx-js/mdx
49-
[eslint-plugin-mdx]: https://github.com/rx-ts/eslint-mdx
49+
[eslint-plugin-mdx]: https://github.com/mdx-js/eslint-mdx
5050
[remark]: https://github.com/remarkjs/remark
5151
[remark-lint]: https://github.com/remarkjs/remark-lint

client/package.json

-15
This file was deleted.

client/src/extension.ts

-65
This file was deleted.

client/test/completion.test.ts

-48
This file was deleted.

client/test/diagnostics.test.ts

-62
This file was deleted.

client/test/fixtures/component.tsx

-4
This file was deleted.

client/test/fixtures/fixture.mdx

-32
This file was deleted.

0 commit comments

Comments
 (0)