Skip to content

Commit afc8388

Browse files
committed
Removes "Pro" gate from the Start Work quickpick flow
(#3621)
1 parent f7bbc5b commit afc8388

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/plus/startWork/startWork.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ import {
1414
QuickCommand,
1515
StepResultBreak,
1616
} from '../../commands/quickCommand';
17-
import { ensureAccessStep } from '../../commands/quickCommand.steps';
1817
import { proBadge } from '../../constants';
1918
import { HostingIntegrationId } from '../../constants.integrations';
2019
import type { Container } from '../../container';
21-
import { PlusFeatures } from '../../features';
2220
import type { SearchedIssue } from '../../git/models/issue';
2321
import type { QuickPickItemOfT } from '../../quickpicks/items/common';
2422
import { createQuickPickItemOfT, createQuickPickSeparator } from '../../quickpicks/items/common';
@@ -85,8 +83,6 @@ export class StartWorkCommand extends QuickCommand<State> {
8583

8684
while (this.canStepsContinue(state)) {
8785
context.title = this.title;
88-
const result = yield* ensureAccessStep(state, context, PlusFeatures.Launchpad);
89-
if (result === StepResultBreak) continue;
9086

9187
await updateContextItems(this.container, context);
9288

0 commit comments

Comments
 (0)