mirror of
https://github.com/openai/codex.git
synced 2026-03-05 13:35:28 +03:00
chore: rm --all-features flag from rust-analyzer (#13381)
follows up on #12429; rm `--all-features` from flags used with `rust-analyzer` on save to prevent disk space bloat under `target/`.
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"rust-analyzer.checkOnSave": true,
|
"rust-analyzer.checkOnSave": true,
|
||||||
"rust-analyzer.check.command": "clippy",
|
"rust-analyzer.check.command": "clippy",
|
||||||
"rust-analyzer.check.extraArgs": ["--all-features", "--tests"],
|
"rust-analyzer.check.extraArgs": ["--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-analyzer.cargo.targetDir": "${workspaceFolder}/codex-rs/target/rust-analyzer",
|
||||||
"[rust]": {
|
"[rust]": {
|
||||||
|
|||||||
Reference in New Issue
Block a user