| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d6c5a4a commit d0215ec
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ body: | |||
| 36 | 36 | 2. install extension | |
| 37 | 37 | 3. run command | |
| 38 | 38 | value: | | |
| 39 | - 1. | ||
| 39 | + 1. | ||
| 40 | 40 | 2. | |
| 41 | 41 | 3. | |
| 42 | 42 | validations: | |
@@ -67,19 +67,23 @@ body: | |||
| 67 | 67 | - type: checkboxes | |
| 68 | 68 | attributes: | |
| 69 | 69 | label: Does this issue happen in VS Code or GitHub Codespaces? | |
| 70 | - description: Please try reproducing this issue in VS Code or GitHub Codespaces | ||
| 70 | + description: Please try reproducing this issue in VS Code and GitHub Codespaces. If the bug reproduces in either VS Code or GitHub Codespaces, please submit the issue upstream instead (https://github.com/microsoft/vscode). | ||
| 71 | 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 | ||
| 72 | + - label: I tested this in native VS Code. | ||
| 73 | + required: false | ||
| 74 | + - label: This does not happen in native VS Code. | ||
| 75 | + required: false | ||
| 76 | + - label: I tested this in GitHub Codespaces. | ||
| 77 | + required: false | ||
| 78 | + - label: This does not happen in GitHub Codespaces. | ||
| 79 | + required: false | ||
| 76 | 80 | - type: checkboxes | |
| 77 | 81 | attributes: | |
| 78 | 82 | label: Are you accessing code-server over a secure context? | |
| 79 | 83 | description: code-server relies on service workers (which only work in secure contexts) for many features. Double-check that you are using a secure context like HTTPS or localhost. | |
| 80 | 84 | options: | |
| 81 | 85 | - label: I am using a secure context. | |
| 82 | - required: true | ||
| 86 | + required: false | ||
| 83 | 87 | - type: textarea | |
| 84 | 88 | attributes: | |
| 85 | 89 | label: Notes | |
| Back | FazBrowse Home | New Git URL |
0 commit comments