Skip to content

Commit 0788d5f

Browse files
committed
fix TypeFox#65: upgrade to vscode-languageclient 4.4.0
vscode compatibility layer is introduced in order to make use of vscode-languageclient directly instead of vscode-base-languageclient Signed-off-by: Anton Kosyakov <[email protected]>
1 parent b79d075 commit 0788d5f

28 files changed

+7366
-2065
lines changed

Diff for: .npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.vscode
22
example
3+
examples
34
node_modules
45
.gitignore
56
.npmignore

Diff for: .travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ node_js:
33
- "6"
44
- "8"
55
- "9"
6-
before_install:
7-
- npm i -g npm@latest
86
install:
97
- npm install
108
- cd example

0 commit comments

Comments
 (0)