Files
stoatchat/.vscode/settings.json
2023-10-16 09:23:11 +01:00

7 lines
181 B
JSON

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