We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1cf02 commit ba99066Copy full SHA for ba99066
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -66,11 +66,13 @@ body:
66
required: false
67
- type: checkboxes
68
attributes:
69
- label: Does this issue happen in VS Code?
+ label: Does this issue happen in VS Code or GitHub Codespaces?
70
description: Please try reproducing this issue in VS Code
71
options:
72
- label: I cannot reproduce this in VS Code.
73
required: true
74
+ - label: I cannot reproduce this in GitHub Codespaces.
75
+ required: true
76
77
78
label: Are you accessing code-server over HTTPS?
0 commit comments