2021-08-19 01:25:27 +01:00
|
|
|
name: Bug Report
|
|
|
|
description: File a bug report
|
2021-08-19 01:41:48 +01:00
|
|
|
title: "[Bug] "
|
2021-08-19 01:40:59 +01:00
|
|
|
labels: [bug]
|
2021-08-19 01:25:27 +01:00
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
Thanks for taking the time to fill out this bug report!
|
|
|
|
- type: textarea
|
2021-08-19 01:40:59 +01:00
|
|
|
id: repro
|
2021-08-19 01:25:27 +01:00
|
|
|
attributes:
|
2021-08-19 01:40:59 +01:00
|
|
|
label: Reproduction steps
|
|
|
|
description: "How do you trigger this bug? Please walk us through it step by step."
|
|
|
|
value: |
|
|
|
|
1.
|
|
|
|
2.
|
|
|
|
3.
|
|
|
|
...
|
|
|
|
render: bash
|
2021-08-19 01:25:27 +01:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: dropdown
|
|
|
|
id: version
|
|
|
|
attributes:
|
|
|
|
label: Version
|
2021-08-19 01:40:59 +01:00
|
|
|
description: What version of VS Code are you using?
|
2021-08-19 01:25:27 +01:00
|
|
|
options:
|
2021-08-19 01:40:59 +01:00
|
|
|
- Stable (Default)
|
|
|
|
- Insiders
|
2021-08-19 01:25:27 +01:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: dropdown
|
2021-08-19 01:40:59 +01:00
|
|
|
id: os
|
2021-08-19 01:25:27 +01:00
|
|
|
attributes:
|
2021-08-19 01:40:59 +01:00
|
|
|
label: What operating system are you seeing the problem on?
|
2021-08-19 01:25:27 +01:00
|
|
|
multiple: true
|
|
|
|
options:
|
2021-08-19 01:40:59 +01:00
|
|
|
- All
|
|
|
|
- Windows
|
|
|
|
- macOS
|
|
|
|
- Linux
|
2021-08-19 01:25:27 +01:00
|
|
|
- type: textarea
|
|
|
|
id: logs
|
|
|
|
attributes:
|
|
|
|
label: Relevant log output
|
|
|
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
|
|
|
render: shell
|