File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,9 @@ import {
1414 QuickCommand ,
1515 StepResultBreak ,
1616} from '../../commands/quickCommand' ;
17- import { ensureAccessStep } from '../../commands/quickCommand.steps' ;
1817import { proBadge } from '../../constants' ;
1918import { HostingIntegrationId } from '../../constants.integrations' ;
2019import type { Container } from '../../container' ;
21- import { PlusFeatures } from '../../features' ;
2220import type { SearchedIssue } from '../../git/models/issue' ;
2321import type { QuickPickItemOfT } from '../../quickpicks/items/common' ;
2422import { 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
You can’t perform that action at this time.
0 commit comments