diff --git a/.vscode/launch.json b/.vscode/launch.json index 592e1a2435..b9a282e9ec 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,8 +12,7 @@ "args": [ "push", "--release", "dev", - "--stub-registry", "mcr.microsoft.com", - "--stub-registry-path", "devcontainers" + "--registry", "chuxel.azurecr.io" ] }, { @@ -24,8 +23,7 @@ "args": [ "pack", "--release", "dev", - "--stub-registry", "mcr.microsoft.com", - "--stub-registry-path", "devcontainers" + "--registry", "chuxel.azurecr.io" ] }