You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add bug report issue template with extension version,
VS Code version, and VS Code channel fields
- Add feature request issue template
- Add SUPPORT.md with links to GitHub Issues and docs
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Thank you for reporting an issue! Please fill out the information below to help us investigate.
10
+
11
+
- type: textarea
12
+
id: description
13
+
attributes:
14
+
label: Description
15
+
description: A clear and concise description of the bug.
16
+
placeholder: Describe the issue you encountered...
17
+
validations:
18
+
required: true
19
+
20
+
- type: input
21
+
id: extension-version
22
+
attributes:
23
+
label: Extension Version
24
+
description: "The version of the Power Platform Tools extension. You can find this in VS Code: Extensions view > Power Platform Tools > version number."
25
+
placeholder: "e.g., 2.0.133"
26
+
validations:
27
+
required: true
28
+
29
+
- type: input
30
+
id: vscode-version
31
+
attributes:
32
+
label: VS Code Version
33
+
description: "The version of VS Code you are using. You can find this via Help > About."
34
+
placeholder: "e.g., 1.96.0"
35
+
validations:
36
+
required: true
37
+
38
+
- type: dropdown
39
+
id: vscode-channel
40
+
attributes:
41
+
label: VS Code Channel
42
+
description: Which VS Code release channel are you using?
43
+
options:
44
+
- Stable
45
+
- Insiders
46
+
validations:
47
+
required: true
48
+
49
+
- type: textarea
50
+
id: steps-to-reproduce
51
+
attributes:
52
+
label: Steps to Reproduce
53
+
description: List the steps to reproduce the issue.
54
+
placeholder: |
55
+
1. Open VS Code
56
+
2. ...
57
+
3. ...
58
+
validations:
59
+
required: true
60
+
61
+
- type: textarea
62
+
id: expected-behavior
63
+
attributes:
64
+
label: Expected Behavior
65
+
description: What did you expect to happen?
66
+
validations:
67
+
required: false
68
+
69
+
- type: textarea
70
+
id: actual-behavior
71
+
attributes:
72
+
label: Actual Behavior
73
+
description: What actually happened?
74
+
validations:
75
+
required: false
76
+
77
+
- type: textarea
78
+
id: additional-context
79
+
attributes:
80
+
label: Additional Context
81
+
description: Add any other context, screenshots, or log output that may help.
0 commit comments