Skip to content

Commit

Permalink
Set "rust-analyzer.cargo.targetDir": true at VS Code (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII authored May 18, 2024
1 parent 68dd870 commit ac46e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// Uncomment this while working on runtime.
// "rust-analyzer.cargo.target": "wasm32-unknown-unknown",
// "rust-analyzer.cargo.noDefaultFeatures": true,
"rust-analyzer.cargo.targetDir": true,
"vitest.commandLine": "yarn utils/e2e-tests/ts test:watch --",
"vitest.include": [
"utils/e2e-tests/ts/**/tests/**/*.ts",
Expand Down

0 comments on commit ac46e04

Please sign in to comment.