Skip to content

Commit a30bf5b

Browse files
committed
Try to fix problematic bug report template field
1 parent 303dc02 commit a30bf5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/1_new_bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ body:
3939
required: true
4040
- type: dropdown
4141
attributes:
42-
label: Language server
42+
label: "Language server"
4343
description: "The value of the `python.languageServer` setting"
44-
options: ['Default', 'Pylance', 'Jedi', 'None']
44+
options: ["Default", "Pylance", "Jedi", "None"]
4545
validations:
4646
required: true
4747
- type: textarea

0 commit comments

Comments
 (0)