aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 0cfba5db6..305d6eaf1 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -109,6 +109,17 @@
109 "when": "editorTextFocus && editorLangId == rust" 109 "when": "editorTextFocus && editorLangId == rust"
110 } 110 }
111 ], 111 ],
112 "configuration": {
113 "type": "object",
114 "title": "Rust Analyzer configuration",
115 "properties": {
116 "ra-lsp.highlightingOn": {
117 "type": "boolean",
118 "default": true,
119 "description": "Highlight Rust code (overrides built-in syntax highlighting)"
120 }
121 }
122 },
112 "problemMatchers": [ 123 "problemMatchers": [
113 { 124 {
114 "name": "rustc", 125 "name": "rustc",