Unnamed repository; edit this file 'description' to name the repository.
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 265c63f3e2..c43f2b964f 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -498,6 +498,11 @@
"default": true,
"type": "boolean"
},
+ "rust-analyzer.showRequestFailedErrorNotification": {
+ "markdownDescription": "Whether to show error notifications for failing requests.",
+ "default": true,
+ "type": "boolean"
+ },
"rust-analyzer.showDependenciesExplorer": {
"markdownDescription": "Whether to show the dependencies view.",
"default": true,