We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c103fc + fd0e4a6 commit e3100d7Copy full SHA for e3100d7
appveyor.yml
@@ -1,8 +1,4 @@
1
version: 0.0.4-appv.{build}
2
-branches:
3
- only:
4
- - add-travis-appveyor
5
- - language-server-feature
6
clone_depth: 10
7
init:
8
- SET
client/package.json
@@ -118,7 +118,6 @@
118
"devDependencies": {
119
"typescript": "^2.0.3",
120
"vscode": "^1.0.0",
121
- "vscode-languageclient": "^3.1.0",
122
"vsce": "^1.18.0",
123
"gulp": "^3.9.1",
124
"gulp-bump": "^2.7.0",
@@ -129,6 +128,6 @@
129
128
"@types/mocha": "^2.2.32"
130
},
131
"dependencies": {
132
- "vscode-languageserver": "^3.1.0"
+ "vscode-languageclient": "^3.1.0"
133
}
134
0 commit comments