about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorjprochazk <1665677+jprochazk@users.noreply.github.com>2023-11-07 16:33:45 +0100
committerjprochazk <1665677+jprochazk@users.noreply.github.com>2023-11-07 16:33:45 +0100
commitc566136854734ff32ddaaed107c74759a3a3862f (patch)
tree762ea20cfa5cf00dbdbedc29454ab8ab62eaae42 /editors/code/package.json
parent3e4de963a2f932a4591b037e6b5933ac5903b7e3 (diff)
downloadrust-c566136854734ff32ddaaed107c74759a3a3862f.tar.gz
rust-c566136854734ff32ddaaed107c74759a3a3862f.zip
add configuration option
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 2dde66c9700..59f89cebdea 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -502,6 +502,11 @@
                     "default": true,
                     "type": "boolean"
                 },
+                "rust-analyzer.showRequestFailedErrorNotification": {
+                    "markdownDescription": "Whether to show panic error notifications.",
+                    "default": true,
+                    "type": "boolean"
+                },
                 "rust-analyzer.showDependenciesExplorer": {
                     "markdownDescription": "Whether to show the dependencies view.",
                     "default": true,