We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab49daf + 744b301 commit 62c8358Copy full SHA for 62c8358
.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?
70
- description: Please try reproducing this issue in VS Code
+ label: Does this issue happen in VS Code or GitHub Codespaces?
+ description: Please try reproducing this issue in VS Code or GitHub Codespaces
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