{ "docker.commands.composeUpSubset": [ { "label": "Compose Up", "template": "${composeCommand} ${profileList} ${configurationFile} up ${detached} ${build} ${serviceList}" } ], "docker.commands.composeUp": [ { "label": "Compose Up", "template": "${composeCommand} ${configurationFile} up ${detached} ${build}" } ], "docker.contexts.showInStatusBar": true } // { // "docker.commands.build": "${containerCommand} build --pull --rm -f \"${dockerfile}\" -t ${tag} . --progress=plain" // }