Hi! I recently found out about Astro and started experimenting with it. However, I can't get the VSCode addon to work properly.
Some of the problems:
- Syntax highlighting is off. Random stuff are highlighted incorrectly (see screenshot)
- Errors are being shown at random positions throughout the file, unrelated to the line marked.
- Actual errors are not reported or marked.
- I'm getting no Intellisense at all. Imports are not detected, constants defined in the frontmatter aren't detected, etc.
I assume I'm doing something wrong, but I'm not even sure where to begin. Has anyone else encounter the same issues? What can I do about this?