Skip to content

Commit d9148f0

Browse files
committed
The language server field cannot be a dropdown for some reason
1 parent 2594efc commit d9148f0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/1_new_bug_report.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@ body:
2828
required: true
2929
- type: dropdown
3030
attributes:
31-
label: "Language server"
32-
options: ['Default', 'Pylance', 'Jedi', 'None']
31+
label: Python distribution
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: input
41-
# attributes:
42-
# label: Language server
43-
# description: 'Value of the `python.languagServer` setting'
44-
# validations:
45-
# required: true
40+
- type: input
41+
attributes:
42+
label: Language server
43+
description: 'Value of the `python.languagServer` setting'
44+
validations:
45+
required: true
4646
- type: textarea
4747
attributes:
4848
label: Expected behaviour

0 commit comments

Comments
 (0)