Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/03-vscode-editor-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: 'VS Code Editor Issue'
about: 'Issue using tsgo in VS Code'
title: ''
labels: 'Domain: Editor'
assignees: ''
body:
- 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.