Skip to content

Commit 808f31f

Browse files
authored
Rethrow errors for deploy workspace project API (#991)
1 parent 063ff3b commit 808f31f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/api/deployWorkspaceProjectApi.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ import type * as api from "./vscode-azurecontainerapps.api";
2020

2121
export async function deployWorkspaceProjectApi(deployWorkspaceProjectOptions: api.DeployWorkspaceProjectOptionsContract): Promise<DeployWorkspaceProjectResults> {
2222
return await callWithTelemetryAndErrorHandling('containerApps.api.deployWorkspaceProject', async (context: IActionContext): Promise<DeployWorkspaceProjectResults> => {
23+
context.errorHandling.rethrow = true;
24+
2325
const {
2426
resourceGroupId,
2527
location,

0 commit comments

Comments
 (0)