2021-10-29 17:32:38 +02:00
|
|
|
{
|
2021-10-29 17:36:52 +02:00
|
|
|
"remote.containers.dockerPath": "podman",
|
2022-11-07 17:08:01 +01:00
|
|
|
"rust-analyzer.checkOnSave.command": "clippy",
|
|
|
|
|
"rust-analyzer.checkOnSave.extraArgs": ["--", "-W", "clippy::pedantic"]
|
2021-10-29 17:32:38 +02:00
|
|
|
}
|