Skip to content

Commit 2d09e8d

Browse files
committed
One last try at dropdown
1 parent 24e498d commit 2d09e8d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/1_new_bug_report.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,15 @@ body:
3737
label: Python version
3838
validations:
3939
required: true
40-
- type: input
40+
- type: dropdown
4141
attributes:
4242
label: Language server
4343
description: 'Value of the `python.languagServer` setting'
44+
options:
45+
- Default
46+
- Pylance
47+
- Jedi
48+
- "None"
4449
validations:
4550
required: true
4651
- type: textarea

0 commit comments

Comments
 (0)