Skip to content

Commit

Permalink
fix #24: get rid of vscode-base-languageclient
Browse files Browse the repository at this point in the history
vscode compatiblity layer is introduced to make use of vscode-languageclient directly instead of vscode-base-languageclient.

Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
  • Loading branch information
akosyakov committed Jul 26, 2018
1 parent b79d075 commit ce7df29
Show file tree
Hide file tree
Showing 27 changed files with 7,453 additions and 2,127 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.vscode
example
examples
node_modules
.gitignore
.npmignore
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ node_js:
- "6"
- "8"
- "9"
before_install:
- npm i -g npm@latest
install:
- npm install
- cd example
Expand Down
Loading

0 comments on commit ce7df29

Please sign in to comment.