Skip to content

Commit

Permalink
Tweak symbol jumping at rust-analyzer for VS Code (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Sep 9, 2024
1 parent 87d1ea6 commit 49fc577
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 49fc577

Please sign in to comment.