Skip to content

Commit 0e23da5

Browse files
committed
Nits
1 parent e9d0d99 commit 0e23da5

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/commands/createContainerApp/ContainerAppCreateStep.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@ export class ContainerAppCreateStep extends ExecuteActivityOutputStepBase<ICreat
6060
]
6161
}
6262
}));
63-
64-
if (!context.activityChildren) {
65-
context.activityResult = {
66-
id: nonNullValueAndProp(context.containerApp, 'id'),
67-
name: containerAppName,
68-
type: containerAppsWebProvider
69-
};
70-
}
7163
}
7264

7365
public shouldExecute(context: ICreateContainerAppContext): boolean {

src/commands/deployWorkspaceProject/DeployWorkspaceProjectSaveSettingsStep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { localize } from "../../utils/localize";
1212
import type { DeployWorkspaceProjectContext } from "./DeployWorkspaceProjectContext";
1313
import { DeployWorkspaceProjectSettings, setDeployWorkspaceProjectSettings } from "./deployWorkspaceProjectSettings";
1414

15-
const saveSettingsLabel: string = localize('saveSettingsLabel', 'Save deployment settings to workspace: "{0}"', relativeSettingsFilePath);
15+
const saveSettingsLabel: string = localize('saveSettingsLabel', 'Save deployment settings to workspace "{0}"', relativeSettingsFilePath);
1616

1717
export class DeployWorkspaceProjectSaveSettingsStep extends ExecuteActivityOutputStepBase<DeployWorkspaceProjectContext> {
1818
public priority: number = 1480;

0 commit comments

Comments
 (0)