Skip to content

Commit e64a3ef

Browse files
committed
Try to turn off a dropdown in favour of the other one
1 parent 2d09e8d commit e64a3ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/1_new_bug_report.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ body:
2626
label: OS version
2727
validations:
2828
required: true
29-
- type: dropdown
29+
- type: input
3030
attributes:
3131
label: Python distribution
32-
options: ['python.org', 'Anaconda', 'Operating system', 'Other']
32+
#options: ['python.org', 'Anaconda', 'Operating system', 'Other']
3333
validations:
3434
required: true
3535
- type: input
@@ -42,9 +42,9 @@ body:
4242
label: Language server
4343
description: 'Value of the `python.languagServer` setting'
4444
options:
45-
- Default
46-
- Pylance
47-
- Jedi
45+
- "Default"
46+
- "Pylance"
47+
- "Jedi"
4848
- "None"
4949
validations:
5050
required: true

0 commit comments

Comments
 (0)