2022-01-20 17:39:31 +01:00
name : Bug report
description : File a bug report
labels : [ "bug" , "triage" ]
body :
- type : checkboxes
attributes :
label : Is there an existing issue for this?
description : Please search to see if an issue already exists for the bug you encountered.
options :
- label : I have searched the existing issues
required : true
2024-03-14 20:46:40 +01:00
2022-01-20 17:39:31 +01:00
- type : textarea
attributes :
label : OS/Web Information
description : |
examples :
- **Web Browser** : Chrome
- **Local OS** : macOS
- **Remote OS** : Ubuntu
- **Remote Architecture** : amd64
- **`code-server --version`** : 4.0 .1
value : |
- Web Browser :
- Local OS :
- Remote OS :
- Remote Architecture :
- `code-server --version` :
validations :
2022-01-24 22:58:26 +01:00
required : true
2024-03-14 20:46:40 +01:00
2022-01-24 22:58:26 +01:00
- type : textarea
attributes :
label : Steps to Reproduce
description : |
2024-03-14 20:46:40 +01:00
Please describe exactly how to reproduce the bug. For example :
1 . Open code-server in Firefox
2 . Install extension `foo.bar` from the extensions sidebar
3 . Run command `foo.bar.baz`
2022-01-24 22:58:26 +01:00
value : |
2023-12-18 23:54:18 +01:00
1 .
2022-01-24 22:58:26 +01:00
2 .
3 .
validations :
required : true
2024-03-14 20:46:40 +01:00
2022-01-20 17:39:31 +01:00
- type : textarea
attributes :
label : Expected
description : What should happen?
validations :
required : true
2024-03-14 20:46:40 +01:00
2022-01-20 17:39:31 +01:00
- type : textarea
attributes :
label : Actual
description : What actually happens?
validations :
required : true
2024-03-14 20:46:40 +01:00
2022-01-20 17:39:31 +01:00
- type : textarea
id : logs
attributes :
label : Logs
2022-04-13 19:15:21 +02:00
description : Run code-server with the --verbose flag and then paste any relevant logs from the server, from the browser console and/or the browser network tab. For issues with installation, include installation logs (i.e. output of `yarn global add code-server`).
2024-03-14 20:46:40 +01:00
render : shell
2022-01-20 17:39:31 +01:00
- type : textarea
attributes :
label : Screenshot/Video
description : Please include a screenshot, gif or screen recording of your issue.
validations :
required : false
2024-03-14 20:46:40 +01:00
- type : dropdown
2022-01-20 17:39:31 +01:00
attributes :
2024-03-14 20:46:40 +01:00
label : Does this bug reproduce in native VS Code?
description : Please try reproducing this issue in native VS Code, if possible. If the bug reproduces in native VS Code, please submit the issue upstream instead (https://github.com/microsoft/vscode).
2022-01-20 17:39:31 +01:00
options :
2024-03-14 20:46:40 +01:00
- Yes , this is also broken in native VS Code
- No , this works as expected in native VS Code
- This cannot be tested in native VS Code
- I did not test native VS Code
validations :
required : true
- type : dropdown
attributes :
label : Does this bug reproduce in GitHub Codespaces?
description : Please try reproducing this issue in GitHub Codespaces, if possible. If the bug reproduces in GitHub Codespaces, please submit the issue upstream instead (https://github.com/microsoft/vscode).
options :
- Yes , this is also broken in GitHub Codespaces
- No , this works as expected in GitHub Codespaces
- This cannot be tested in GitHub Codespaces
- I did not test GitHub Codespaces
validations :
required : true
2022-01-20 17:39:31 +01:00
- type : checkboxes
attributes :
2023-10-12 03:18:16 +02:00
label : Are you accessing code-server over a secure context?
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.
2022-01-20 17:39:31 +01:00
options :
2023-10-12 03:18:16 +02:00
- label : I am using a secure context.
2023-12-18 23:54:18 +01:00
required : false
2024-03-14 20:46:40 +01:00
2022-01-20 17:39:31 +01:00
- type : textarea
attributes :
label : Notes
description : Please include any addition notes that will help us resolve this issue.
validations :
required : false