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",