We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d305e4 commit 6d8cf49Copy full SHA for 6d8cf49
src/extension.ts
@@ -466,7 +466,7 @@ export async function activate(context: ExtensionContext): Promise<PythonEnviron
466
prompt: l10n.t('Describe the issue in more detail'),
467
placeHolder: l10n.t('Provide additional context about what happened...'),
468
ignoreFocusOut: true,
469
- });
+ }).trim();
470
471
if (!description) {
472
// User cancelled or provided empty description
0 commit comments