You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,18 @@ body:
86
86
validations:
87
87
required: true
88
88
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
+
89
101
- type: dropdown
90
102
attributes:
91
103
label: Does this bug reproduce in GitHub Codespaces?
0 commit comments