Skip to content

Commit 2594efc

Browse files
committed
Try swapping a field in-place
1 parent 16d9994 commit 2594efc

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: Python distribution
32-
options: ['python.org', 'Anaconda', 'Operating system', 'Other']
31+
label: "Language server"
32+
options: ['Default', 'Pylance', 'Jedi', 'None']
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)