aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2019-12-08 12:41:44 +0000
committerLaurenČ›iu Nicola <[email protected]>2019-12-08 13:04:37 +0000
commit78e8934976fa3135c151d2b6b395ce57e832f90e (patch)
tree90fc53ceb5c911a9d1cb00c9a62d908695a8afed /editors/code/package.json
parentb236f6aa499f98985acd07a34eb0c0d147bf8d5f (diff)
Code: check whether the LSP binary is in PATH
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 94887674b..5dea8fac0 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -31,6 +31,7 @@
31 "singleQuote": true 31 "singleQuote": true
32 }, 32 },
33 "dependencies": { 33 "dependencies": {
34 "lookpath": "^1.0.3",
34 "seedrandom": "^3.0.1", 35 "seedrandom": "^3.0.1",
35 "vscode-languageclient": "^5.3.0-next.4" 36 "vscode-languageclient": "^5.3.0-next.4"
36 }, 37 },