Skip to content

Commit 6d8cf49

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

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
@@ -466,7 +466,7 @@ export async function activate(context: ExtensionContext): Promise<PythonEnviron
466466
prompt: l10n.t('Describe the issue in more detail'),
467467
placeHolder: l10n.t('Provide additional context about what happened...'),
468468
ignoreFocusOut: true,
469-
});
469+
}).trim();
470470

471471
if (!description) {
472472
// User cancelled or provided empty description

0 commit comments

Comments
 (0)