Skip to content

Commit e52cf3d

Browse files
authored
Merge branch 'main' into patch-1
2 parents 52dc494 + 4d7ff81 commit e52cf3d

File tree

18 files changed

+2437
-119
lines changed

18 files changed

+2437
-119
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 18.18.2
1+
nodejs 18.19.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Documentation around configuration variables can be found in the [config.ts](htt
1414
- Simple diagnostics reporting
1515
- Documentation for symbols on hover
1616
- Workspace symbols
17+
- Rename symbol
1718

1819
To be implemented:
1920

20-
- Rename symbol
2121
- Better jump to declaration and find references based on scope
2222

2323
## Installation

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"postinstall": "pnpm --dir=vscode-client install --ignore-workspace"
1818
},
1919
"devDependencies": {
20-
"@types/jest": "29.5.10",
21-
"@types/node": "18.18.13",
20+
"@types/jest": "29.5.11",
21+
"@types/node": "18.19.3",
2222
"@typescript-eslint/eslint-plugin": "5.62.0",
2323
"@typescript-eslint/parser": "5.62.0",
24-
"eslint": "8.54.0",
24+
"eslint": "8.56.0",
2525
"eslint-config-prettier": "8.10.0",
2626
"eslint-plugin-jest": "27.6.0",
2727
"eslint-plugin-prettier": "4.2.1",
@@ -30,12 +30,12 @@
3030
"jest": "29.7.0",
3131
"prettier": "2.8.8",
3232
"ts-jest": "29.1.1",
33-
"typescript": "5.3.2",
33+
"typescript": "5.3.3",
3434
"vscode-languageserver": "8.0.2",
3535
"vscode-languageserver-textdocument": "1.0.11"
3636
},
3737
"resolutions": {
38-
"@types/vscode": "1.84.2"
38+
"@types/vscode": "1.85.0"
3939
},
4040
"engines": {
4141
"node": ">=16",

0 commit comments

Comments
 (0)