We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341cde4 commit 976b054Copy full SHA for 976b054
1 file changed
home/user/programs/vscode.nix
@@ -21,6 +21,7 @@
21
"dev.containers.dockerPath" = "podman";
22
"dev.containers.dockerComposePath" = "podman-compose";
23
"dev.containers.dockerSocketPath" = "/var/run/podman/podman.sock";
24
+ "containers.orchestratorClient" = "podman-compose";
25
"python.analysis.autoFormatStrings" = true;
26
"python.analysis.autoImportCompletions" = true;
27
"python.analysis.completeFunctionParens" = true;
0 commit comments