Skip to content

Commit 1d305e4

Browse files
Update src/extension.ts
Co-authored-by: Eduardo Villalpando Mello <eduardo.villalpando.mello@gmail.com>
1 parent 5eb8526 commit 1d305e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ export async function activate(context: ExtensionContext): Promise<PythonEnviron
453453
prompt: l10n.t('Enter a brief title for the issue'),
454454
placeHolder: l10n.t('e.g., Environment not detected, activation fails, etc.'),
455455
ignoreFocusOut: true,
456-
});
456+
}).trim();
457457

458458
if (!title) {
459459
// User cancelled or provided empty title

0 commit comments

Comments
 (0)