From 49fc5771434e6fb2b96f72d16fe7b5da8d8c3ac6 Mon Sep 17 00:00:00 2001 From: MOZGIII Date: Mon, 9 Sep 2024 19:05:53 -0300 Subject: [PATCH] Tweak symbol jumping at rust-analyzer for VS Code (#1262) --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9df912f4d..b758c2d4c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -26,6 +26,8 @@ "async-recursion": ["async_recursion"], "async-std": ["async_std"] }, + "rust-analyzer.workspace.symbol.search.scope": "workspace_and_dependencies", + "rust-analyzer.workspace.symbol.search.kind": "all_symbols", "vitest.commandLine": "yarn utils/e2e-tests/ts test:watch --", "vitest.include": [ "utils/e2e-tests/ts/**/tests/**/*.ts",