mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Adds a default vscode config with generally applicable settings. Adds more entrypoints to justfile both for environment setup and to help agents better verify changes.
4 lines
79 B
TOML
4 lines
79 B
TOML
[toolchain]
|
|
channel = "1.88.0"
|
|
components = [ "clippy", "rustfmt", "rust-src"]
|