aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-18 11:35:44 +0000
committerAleksey Kladov <[email protected]>2020-02-18 11:35:44 +0000
commitc855e36696afa54260773a6bc8a358df67d60dea (patch)
treedfd4d8d71924d3281e3c5dc17840ac3db38e2dcb /editors/code/package.json
parentc0fa5e2246457df10e92c2e11c971f2f40921793 (diff)
Rename config value for server Path
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 2a0304376..c498c14b4 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -179,7 +179,7 @@
179 "default": {}, 179 "default": {},
180 "description": "Fine grained feature flags to disable annoying features" 180 "description": "Fine grained feature flags to disable annoying features"
181 }, 181 },
182 "rust-analyzer.raLspServerPath": { 182 "rust-analyzer.serverPath": {
183 "type": [ 183 "type": [
184 "null", 184 "null",
185 "string" 185 "string"