diff options
| author | jprochazk <1665677+jprochazk@users.noreply.github.com> | 2023-11-07 16:33:45 +0100 |
|---|---|---|
| committer | jprochazk <1665677+jprochazk@users.noreply.github.com> | 2023-11-07 16:33:45 +0100 |
| commit | c566136854734ff32ddaaed107c74759a3a3862f (patch) | |
| tree | 762ea20cfa5cf00dbdbedc29454ab8ab62eaae42 /editors/code/package.json | |
| parent | 3e4de963a2f932a4591b037e6b5933ac5903b7e3 (diff) | |
| download | rust-c566136854734ff32ddaaed107c74759a3a3862f.tar.gz rust-c566136854734ff32ddaaed107c74759a3a3862f.zip | |
add configuration option
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 5 |
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, |
