Skip to content

Commit 80996d2

Browse files
committed
Add VS Code web to the bug template
1 parent 9819b91 commit 80996d2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,18 @@ body:
8686
validations:
8787
required: true
8888

89+
- type: dropdown
90+
attributes:
91+
label: Does this bug reproduce in VS Code web?
92+
description: If the bug reproduces in VS Code web, submit the issue upstream instead (https://github.com/microsoft/vscode). You can run VS Code web with `code serve-web`.
93+
options:
94+
- Yes, this is also broken in VS Code web
95+
- No, this works as expected in VS Code web
96+
- This cannot be tested in VS Code web
97+
- I did not test VS Code web
98+
validations:
99+
required: true
100+
89101
- type: dropdown
90102
attributes:
91103
label: Does this bug reproduce in GitHub Codespaces?

0 commit comments

Comments
 (0)