Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/03-vscode-editor-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: 'VS Code Editor Issue'
about: 'Issue using tsgo in VS Code'
title: ''
labels: 'Domain: Editor'
assignees: ''
body:
Copy link

Copilot AI Oct 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue template is missing the required form type declaration. GitHub issue forms require type: form to be specified in the frontmatter for the form fields to render properly.

Copilot uses AI. Check for mistakes.
- type: input
id: extension_version
attributes:
label: Extension Version
description: The version of the TypeScript (native preview) extension
placeholder: '0.20251016.x'
validations:
required: true
- type: input
id: vscode_version
attributes:
label: VS Code Version
description: The version of the VS Code you are using
placeholder: '1.105.x'
validations:
required: true
- type: input
id: os_version
attributes:
label: Operating system Version
description: Your operating system and version
validations:
required: true
- type: textarea
id: steps
attributes:
label: 'Steps to reproduce'
description: |
Information about how to reproduce the issue and expected behavior
value: |
1.
2.
3.
validations:
required: true
- type: textarea
id: bug_info
attributes:
label: 'Issue'
description: |
Information about the bug, such as expected vs actual behavior
validations:
required: true
File renamed without changes.