pop-launcher/.vscode/settings.json
2022-11-07 17:08:26 +01:00

5 lines
No EOL
176 B
JSON

{
"remote.containers.dockerPath": "podman",
"rust-analyzer.checkOnSave.command": "clippy",
"rust-analyzer.checkOnSave.extraArgs": ["--", "-W", "clippy::pedantic"]
}