chore(vscode): Set podman as default docker container tool

This commit is contained in:
Michael Aaron Murphy 2021-10-29 17:32:38 +02:00
parent ac4ff8b735
commit e3a14f7f9b

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"remote.containers.dockerPath": "podman"
}