We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bee17 commit 53a8267Copy full SHA for 53a8267
src/commands/api/deployWorkspaceProjectApi.ts
@@ -33,7 +33,6 @@ export async function deployWorkspaceProjectApi(context: IActionContext, deployW
33
rootFolder,
34
srcPath: srcPath ? Uri.file(srcPath).fsPath : undefined,
35
dockerfilePath: dockerfilePath ? Uri.file(dockerfilePath).fsPath : undefined,
36
- suppressConfirmation,
37
ignoreExistingDeploySettings,
38
shouldSaveDeploySettings: !!shouldSaveDeploySettings,
39
});
0 commit comments