Skip to content

Commit

Permalink
fix: Upgrade to vscode-languageserver 6
Browse files Browse the repository at this point in the history
Add incremental doc changes.
  • Loading branch information
Jason3S committed Feb 21, 2020
1 parent 51a159b commit 2ec3ffa
Show file tree
Hide file tree
Showing 8 changed files with 8,542 additions and 10,316 deletions.
1 change: 1 addition & 0 deletions packages/_server/.vscode/cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"languageserver",
"minimatch",
"ramda",
"textdocument",
"xregexp"
],
// flagWords - list of words to be always considered incorrect
Expand Down
3 changes: 2 additions & 1 deletion packages/_server/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"typings"
],
"cSpell.words": [
"diags"
"diags",
"textdocument"
],
"typescript.tsdk": "./node_modules/typescript/lib"
}
Loading

0 comments on commit 2ec3ffa

Please sign in to comment.