Skip to content

Commit 976b054

Browse files
committed
fix(vscode): configure containers orchestrator runtime
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
1 parent 341cde4 commit 976b054

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

home/user/programs/vscode.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"dev.containers.dockerPath" = "podman";
2222
"dev.containers.dockerComposePath" = "podman-compose";
2323
"dev.containers.dockerSocketPath" = "/var/run/podman/podman.sock";
24+
"containers.orchestratorClient" = "podman-compose";
2425
"python.analysis.autoFormatStrings" = true;
2526
"python.analysis.autoImportCompletions" = true;
2627
"python.analysis.completeFunctionParens" = true;

0 commit comments

Comments
 (0)