Skip to content

Commit 24e498d

Browse files
committed
try to fix a field again
1 parent 911d2e6 commit 24e498d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/ISSUE_TEMPLATE/1_new_bug_report.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
label: OS version
2727
validations:
2828
required: true
29-
- type: input
29+
- type: dropdown
3030
attributes:
3131
label: Python distribution
3232
options: ['python.org', 'Anaconda', 'Operating system', 'Other']
@@ -37,11 +37,10 @@ body:
3737
label: Python version
3838
validations:
3939
required: true
40-
- type: dropdown
40+
- type: input
4141
attributes:
4242
label: Language server
4343
description: 'Value of the `python.languagServer` setting'
44-
options: ['Default', 'Pylance', 'Jedi', 'None']
4544
validations:
4645
required: true
4746
- type: textarea

0 commit comments

Comments
 (0)