Skip to content

Commit 303dc02

Browse files
committed
Try to add back in problematic bug report template field
1 parent c8c4415 commit 303dc02

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/1_new_bug_report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ body:
3737
options: ['python.org', 'Anaconda', 'Operating system', 'Other']
3838
validations:
3939
required: true
40+
- type: dropdown
41+
attributes:
42+
label: Language server
43+
description: "The value of the `python.languageServer` setting"
44+
options: ['Default', 'Pylance', 'Jedi', 'None']
45+
validations:
46+
required: true
4047
- type: textarea
4148
attributes:
4249
label: Expected behaviour

0 commit comments

Comments
 (0)