aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorAdolfo OchagavĂ­a <[email protected]>2018-10-06 21:53:12 +0100
committerAdolfo OchagavĂ­a <[email protected]>2018-10-06 21:53:12 +0100
commit9ccc56860107ed46f3abdc0f7c0d53766a3eded2 (patch)
tree2c3b2df2c21395b9c8afba134f9917a885c57fd2 /editors/code/package.json
parent81bf190f7aca4cadec5394c397bd7c084b53b9f5 (diff)
Dynamically apply highlightingOn config
Fixes #84
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 305d6eaf1..9f05fe91a 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -111,7 +111,7 @@
111 ], 111 ],
112 "configuration": { 112 "configuration": {
113 "type": "object", 113 "type": "object",
114 "title": "Rust Analyzer configuration", 114 "title": "Rust Analyzer",
115 "properties": { 115 "properties": {
116 "ra-lsp.highlightingOn": { 116 "ra-lsp.highlightingOn": {
117 "type": "boolean", 117 "type": "boolean",