Skip to content

Commit

Permalink
Merge pull request #2537 from ada-x64/chores/workspace-folder-in-ra
Browse files Browse the repository at this point in the history
Add workspaceFolder to cargo_target_dir
  • Loading branch information
texodus authored Feb 17, 2024
2 parents 7f95680 + 22268bb commit ea2b6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"rust-analyzer.server.extraEnv": {
"RA_LOG": "rust_analyzer::reload=info",
"CARGO_TARGET_DIR": "rust/perspective-viewer/dist/analyzer"
"CARGO_TARGET_DIR": "${workspaceFolder}/perspective-viewer/dist/analyzer"
},
"rust-analyzer.rustfmt.overrideCommand": [
"cargo",
Expand Down

0 comments on commit ea2b6a3

Please sign in to comment.