Skip to content

Commit f4cdf4b

Browse files
committed
Give up on using a dropdown for the language server in the bug report template
1 parent e64a3ef commit f4cdf4b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/ISSUE_TEMPLATE/1_new_bug_report.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,18 @@ body:
2929
- 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
3636
attributes:
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:
45-
- "Default"
46-
- "Pylance"
47-
- "Jedi"
48-
- "None"
4944
validations:
5045
required: true
5146
- type: textarea

0 commit comments

Comments
 (0)