This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit c1f8c94
Update dependencies (#105)
* server: Update devDependencies
* server: Upgrade typescript and vscode-languageserver
* client: Update devDependencies (typescript, vscode)
* client: Update vscode-languageclient
* server: Remove typings for promise
* server: Return CompletionItemKind instead of number
* server: Skip failedLookupLocations if undefined
The failedLookupLocations property is no longer available on
ResolvedModuleWithFailedLookupLocations as it has been marked as
internal.
See: microsoft/TypeScript@20097d7
* client: Remove typings reference, use skipLibCheck
* client: Remove textDocumentFilter, not available in SynchronizeOptions1 parent e667d12 commit c1f8c94
File tree
9 files changed
+465
-995
lines changed- client
- src
- server
- src
- typings
9 files changed
+465
-995
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | | - | |
32 | | - | |
| 29 | + | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
0 commit comments