Skip to content

Commit

Permalink
Update Theia Dep
Browse files Browse the repository at this point in the history
Fixes issue with path resolution on windows:
typescript-language-server/typescript-language-server#75
  • Loading branch information
mattlyons0 committed Sep 17, 2018
1 parent 88d2161 commit 700ff35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"atom-languageclient": "0.9.1",
"typescript": "^3.0.3",
"typescript-language-server": "^0.3.4"
"typescript-language-server": "^0.4.0-dev.3a9d7e7"
},
"enhancedScopes": [
"source.ts",
Expand Down

0 comments on commit 700ff35

Please sign in to comment.