Skip to content

Commit b32a6cf

Browse files
authored
Update LS in bug template to dropdown
1 parent 3fdd872 commit b32a6cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/1_new_bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ body:
3737
label: Python version
3838
validations:
3939
required: true
40-
- type: input
40+
- type: dropdown
4141
attributes:
4242
label: Language server
43-
description: 'Value of the `python.languagServer` setting'
43+
description: ['Default', 'Pylance', 'Jedi', 'None']
4444
validations:
4545
required: true
4646
- type: textarea
@@ -73,4 +73,4 @@ body:
7373
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/microsoft/vscode-python/blob/main/CODE_OF_CONDUCT.md)
7474
options:
7575
- label: I agree to follow this project's Code of Conduct
76-
required: true
76+
required: true

0 commit comments

Comments
 (0)