Implement our own JSON schema validation to use the correct build-schema.json for the installed compiler version
Fixes #1110
will try a different approach (the same as TS LSP)
@codex review
Codex Review: Didn't find any major issues. Another round soon, please!
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Can we scope this to node we are currently in? I'm getting autocomplete for everything top level now, I need to see the jsx specific things that are not yet used.
@nojaf feel free to test again.
@codex review
Codex Review: Didn't find any major issues. Keep them coming!
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
I still see this thing first try:
Inside empty quotes, the completion of editor adds an additional quote:
Of course it only works in the jsx property and not in the more advanced cases, adding proper tests now.