Upgrade vscode-languageclient to 3.5.1 for workspace/configuration support

pull/77/head
Jürgen Steitz 2018-08-31 16:28:15 +02:00
parent f2675ca489
commit 7453e19acc
1 changed files with 4 additions and 2 deletions

View File

@ -60,7 +60,9 @@
"type": [
"array"
],
"default": [".php"],
"default": [
".php"
],
"description": "List of file types that should be indexed by the php language server. (Restart required)"
},
"php.fileSizeLimit": {
@ -107,7 +109,7 @@
"dependencies": {
"mz": "^2.4.0",
"semver": "^5.3.0",
"vscode-languageclient": "^3.0.3"
"vscode-languageclient": "^3.5.1"
},
"commitlint": {
"extends": [