Skip to content

Commit 723a36d

Browse files
author
Luke Lau
committed
Update vscode-languageclient
1 parent 8db5370 commit 723a36d

File tree

3 files changed

+47
-101
lines changed

3 files changed

+47
-101
lines changed

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
},
1111
"typescript.tsdk": "./node_modules/typescript/lib",
1212
"editor.tabSize": 2, // we want to use the TS server from our node_modules folder to control its version,
13-
"editor.formatOnSave": true,
1413
"files.associations": {
1514
".prettierrc": "yaml"
1615
}
17-
}
16+
}

package-lock.json

Lines changed: 45 additions & 98 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,6 @@
213213
"lru-cache": "^4.1.3",
214214
"request": "^2.86.0",
215215
"request-promise-native": "^1.0.5",
216-
"vscode-languageclient": "^4.1.3"
216+
"vscode-languageclient": "^4.2.0"
217217
}
218218
}

0 commit comments

Comments
 (0)