aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorgentoo90 <[email protected]>2019-01-05 15:28:41 +0000
committergentoo90 <[email protected]>2019-01-05 15:28:41 +0000
commita6e04cfa7fbc2baaf5fabb8a07093034d4d761e4 (patch)
tree43a703571f0e10dc619bbab959be002c9970c676 /editors/code/package.json
parent8d51b02362109d71355aed63d48b5e7ccd0e51f4 (diff)
Allow user to set path to ra_lsp_server in vscode settings
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 9b8f6351b..c6340e6df 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -132,6 +132,13 @@
132 "default": true, 132 "default": true,
133 "description": "Highlight Rust code (overrides built-in syntax highlighting)" 133 "description": "Highlight Rust code (overrides built-in syntax highlighting)"
134 }, 134 },
135 "ra-lsp.raLspServerPath": {
136 "type": [
137 "string"
138 ],
139 "default": "ra_lsp_server",
140 "description": "Path to ra_lsp_server executable"
141 },
135 "ra-lsp.trace.server": { 142 "ra-lsp.trace.server": {
136 "type": "string", 143 "type": "string",
137 "scope": "window", 144 "scope": "window",