Files
stoatchat/.vscode/settings.json
2023-08-26 16:17:19 +01:00

6 lines
143 B
JSON

{
"editor.formatOnSave": true,
"rust-analyzer.checkOnSave.command": "clippy",
"nixEnvSelector.nixFile": "${workspaceRoot}/default.nix"
}