Skip to content

Commit b90f85a

Browse files
committed
Reconstruct one of the bug report template fields
1 parent f021f8e commit b90f85a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/ISSUE_TEMPLATE/1_new_bug_report.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ body:
4040
- type: dropdown
4141
attributes:
4242
label: Language server
43-
options:
44-
- Default
45-
- Pylance
46-
- Jedi
47-
- None
43+
options: ['Default', 'Pylance', 'Jedi', 'None']
44+
validations:
45+
required: true
4846
- type: checkboxes
4947
attributes:
5048
label: Code of Conduct

0 commit comments

Comments
 (0)