Skip to content

Commit 74d3715

Browse files
committed
Try to fix the bug report template
1 parent a42a399 commit 74d3715

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/ISSUE_TEMPLATE/1_new_bug_report.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@ body:
4040
- type: dropdown
4141
attributes:
4242
label: Language server
43-
description: "Value of the `python.languagServer` setting"
44-
options: ['Default', 'Pylance', 'Jedi', 'None']
43+
options:
44+
- Default
45+
- Pylance
46+
- Jedi
47+
- None
4548
validations:
4649
required: true
4750
- type: checkboxes

0 commit comments

Comments
 (0)