pop-launcher/.vscode/settings.json

5 lines
176 B
JSON
Raw Normal View History

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