name: Bug Report description: File a bug report title: " " labels: [bug] body: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report! - type: textarea id: repro attributes: label: Reproduction steps description: "How do you trigger this bug? Please walk us through it step by step." value: | 1. 2. 3. ... render: bash validations: required: true - type: dropdown id: version attributes: label: Version description: What version of VS Code are you using? options: - Stable (Default) - Insiders validations: required: true - type: dropdown id: os attributes: label: What operating system are you seeing the problem on? multiple: true options: - All - Windows - macOS - Linux - 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