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
description: Something isn't working in the extension
3
+
labels: ["bug"]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Please fill out every field. Issues missing version info or logs are likely to be closed without investigation.
9
+
10
+
- type: textarea
11
+
id: description
12
+
attributes:
13
+
label: What's wrong?
14
+
description: What did you expect, and what actually happened?
15
+
placeholder: e.g. "No inlay hints appear on any component."
16
+
validations:
17
+
required: true
18
+
19
+
- type: textarea
20
+
id: repro
21
+
attributes:
22
+
label: Minimal reproduction
23
+
description: A small code sample that demonstrates the problem. If it's a project-setup issue, paste the relevant `babel.config.js` / `vite.config.ts` / framework config instead.
24
+
render: tsx
25
+
validations:
26
+
required: true
27
+
28
+
- type: input
29
+
id: babel-plugin-version
30
+
attributes:
31
+
label: babel-plugin-react-compiler version
32
+
description: Run `npm list babel-plugin-react-compiler` (or yarn/pnpm equivalent) at your project root.
33
+
placeholder: e.g. 1.0.0
34
+
validations:
35
+
required: true
36
+
37
+
- type: dropdown
38
+
id: ide
39
+
attributes:
40
+
label: IDE
41
+
options:
42
+
- VS Code
43
+
- Cursor
44
+
- Windsurf
45
+
- Antigravity
46
+
- WebStorm / IntelliJ
47
+
- Zed
48
+
- Neovim
49
+
- Other (specify in "What's wrong?")
50
+
validations:
51
+
required: true
52
+
53
+
- type: input
54
+
id: ide-version
55
+
attributes:
56
+
label: IDE version
57
+
placeholder: e.g. VS Code 1.112.0
58
+
validations:
59
+
required: false
60
+
61
+
- type: input
62
+
id: os
63
+
attributes:
64
+
label: OS
65
+
placeholder: e.g. macOS 14.5, Windows 11, Ubuntu 24.04
66
+
validations:
67
+
required: true
68
+
69
+
- type: input
70
+
id: node-version
71
+
attributes:
72
+
label: Node.js version
73
+
description: Output of `node --version`.
74
+
placeholder: e.g. v22.11.0
75
+
validations:
76
+
required: true
77
+
78
+
- type: textarea
79
+
id: logs
80
+
attributes:
81
+
label: Extension logs
82
+
description: |
83
+
Paste the full output. How to find it:
84
+
- **VS Code / Cursor / Windsurf / Antigravity**: View → Output → select **"React Compiler Marker"** from the dropdown.
85
+
- **WebStorm / IntelliJ**: Help → Show Log in Finder/Explorer, then open `idea.log`.
86
+
- **Zed**: `zed: open log` from the command palette.
0 commit comments