Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,12 @@
},
"rust-analyzer.notifications.workspaceLoaded": {
"type": "boolean",
"default": true,
"markdownDescription": "Whether to show `workspace loaded` message."
},
"rust-analyzer.notifications.cargoTomlNotFound": {
"type": "boolean",
"default": true,
"markdownDescription": "Whether to show `can't find Cargo.toml` error message"
},
"rust-analyzer.cargo.noDefaultFeatures": {
Expand Down Expand Up @@ -253,6 +255,7 @@
"items": {
"type": "string"
},
"default": [],
"markdownDescription": "Advanced option, fully override the command rust-analyzer uses for formatting."
},
"rust-analyzer.checkOnSave.enable": {
Expand All @@ -278,6 +281,7 @@
"items": {
"type": "string"
},
"default": [],
"markdownDescription": "Advanced option, fully override the command rust-analyzer uses for checking. The command should include `--message=format=json` or similar option."
},
"rust-analyzer.checkOnSave.allTargets": {
Expand Down Expand Up @@ -327,6 +331,7 @@
},
"rust-analyzer.callInfo.full": {
"type": "boolean",
"default": true,
"description": "Show function name and docs in parameter hints"
},
"rust-analyzer.highlighting.semanticTokens": {
Expand Down