Move rust analyzer target dir (#5328)
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -3,6 +3,7 @@
|
|||||||
"rust-analyzer.check.command": "clippy",
|
"rust-analyzer.check.command": "clippy",
|
||||||
"rust-analyzer.check.extraArgs": ["--all-features", "--tests"],
|
"rust-analyzer.check.extraArgs": ["--all-features", "--tests"],
|
||||||
"rust-analyzer.rustfmt.extraArgs": ["--config", "imports_granularity=Item"],
|
"rust-analyzer.rustfmt.extraArgs": ["--config", "imports_granularity=Item"],
|
||||||
|
"rust-analyzer.cargo.targetDir": "${workspaceFolder}/codex-rs/target/rust-analyzer",
|
||||||
"[rust]": {
|
"[rust]": {
|
||||||
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user