Upgrade vscode-languageclient to 3.5.1 for workspace/configuration support
parent
f2675ca489
commit
7453e19acc
|
@ -60,7 +60,9 @@
|
||||||
"type": [
|
"type": [
|
||||||
"array"
|
"array"
|
||||||
],
|
],
|
||||||
"default": [".php"],
|
"default": [
|
||||||
|
".php"
|
||||||
|
],
|
||||||
"description": "List of file types that should be indexed by the php language server. (Restart required)"
|
"description": "List of file types that should be indexed by the php language server. (Restart required)"
|
||||||
},
|
},
|
||||||
"php.fileSizeLimit": {
|
"php.fileSizeLimit": {
|
||||||
|
@ -107,7 +109,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mz": "^2.4.0",
|
"mz": "^2.4.0",
|
||||||
"semver": "^5.3.0",
|
"semver": "^5.3.0",
|
||||||
"vscode-languageclient": "^3.0.3"
|
"vscode-languageclient": "^3.5.1"
|
||||||
},
|
},
|
||||||
"commitlint": {
|
"commitlint": {
|
||||||
"extends": [
|
"extends": [
|
||||||
|
|
Loading…
Reference in New Issue