Skip to content

Commit 14f674c

Browse files
committed
chore: inputs from some ux tests
1 parent 599a67f commit 14f674c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/features/terminal/shellStartupSetupHandlers.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export async function handleSettingUpShellProfile(
1818
),
1919
{ modal: true, detail: l10n.t('Shells: {0}', shells) },
2020
Common.yes,
21-
Common.no,
2221
);
2322

2423
if (response === Common.yes) {
@@ -40,7 +39,6 @@ export async function handleSettingUpShellProfile(
4039
l10n.t(
4140
'Shell profiles have been set up successfully. Extension will use shell startup activation next time a new terminal is created.',
4241
),
43-
Common.ok,
4442
);
4543
});
4644
providers.forEach((provider) => callback(provider, true));

0 commit comments

Comments
 (0)