Skip to content

Commit 6e1ec7e

Browse files
Moves command to existing debug list
1 parent 0e5cbe4 commit 6e1ec7e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/commands/resets.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export class ResetCommand extends GlCommandBase {
7878
detail: 'Clears stored data associated with the current workspace',
7979
item: 'workspace',
8080
},
81-
...(this.container.debugging ? [{ label: 'Promo Opt-Ins...', detail: 'Clears any locally stored promo opt-ins', item: 'promoOptIns' }] satisfies ResetQuickPickItem[] : []),
8281
createQuickPickSeparator(),
8382
{
8483
label: 'Everything...',
@@ -101,6 +100,11 @@ export class ResetCommand extends GlCommandBase {
101100
detail: 'Resets the stored state for feature previews',
102101
item: 'previews',
103102
},
103+
{
104+
label: 'Promo Opt-Ins...',
105+
detail: 'Clears any locally stored promo opt-ins',
106+
item: 'promoOptIns'
107+
},
104108
);
105109
}
106110

0 commit comments

Comments
 (0)