Skip to content

Commit

Permalink
Drop vue-language-server dependency from vti and add vls
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Mar 4, 2020
1 parent 8ff6337 commit e596ea2
Show file tree
Hide file tree
Showing 3 changed files with 823 additions and 577 deletions.
4 changes: 2 additions & 2 deletions vti/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"dependencies": {
"chalk": "^3.0.0",
"glob": "^7.1.2",
"vls": "^0.2.0",
"vscode-languageserver": "^5.3.0-next.4",
"vscode-languageserver-protocol": "^3.15.0-next.1",
"vscode-languageserver-types": "^3.15.0-next.1",
"vscode-uri": "^1.0.1",
"vue-language-server": "^0.0.67"
"vscode-uri": "^1.0.1"
},
"scripts": {
"compile": "tsc -p .",
Expand Down
2 changes: 1 addition & 1 deletion vti/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from 'vscode-languageserver-protocol';
import { createConnection } from 'vscode-languageserver';
import { Duplex } from 'stream';
import { VLS } from 'vue-language-server';
import { VLS } from 'vls';
import { params } from './initParams';
import * as fs from 'fs';
import Uri from 'vscode-uri';
Expand Down
Loading

0 comments on commit e596ea2

Please sign in to comment.