diff options
| author | Stanislav <enomado@users.noreply.github.com> | 2022-09-09 20:58:06 +0300 |
|---|---|---|
| committer | Stanislav <enomado@users.noreply.github.com> | 2022-09-09 20:58:06 +0300 |
| commit | f7f4792f4f4492e62a9439bdf214acee797e0341 (patch) | |
| tree | 90d0bf09137801f6b0d3e0f3f6d0569020dcb173 /editors/code/package.json | |
| parent | 773f9b38e39033576201a7901bb4b321871e8cb5 (diff) | |
| download | rust-f7f4792f4f4492e62a9439bdf214acee797e0341.tar.gz rust-f7f4792f4f4492e62a9439bdf214acee797e0341.zip | |
fixes
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 07e9a08e1bd..9d39c7c296b 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -706,11 +706,6 @@ "Use server-side file watching" ] }, - "rust-analyzer.findAllRefs.excludeImports": { - "markdownDescription": "Exclude imports from find-all-references.", - "default": false, - "type": "boolean" - }, "rust-analyzer.highlightRelated.breakPoints.enable": { "markdownDescription": "Enables highlighting of related references while the cursor is on `break`, `loop`, `while`, or `for` keywords.", "default": true, @@ -1041,6 +1036,11 @@ "string" ] }, + "rust-analyzer.references.excludeImports": { + "markdownDescription": "Exclude imports from find-all-references.", + "default": false, + "type": "boolean" + }, "rust-analyzer.runnables.command": { "markdownDescription": "Command to be executed instead of 'cargo' for runnables.", "default": null, |
