#should vscode know about astro paths in tsconfig.js and .astro files?
16 messages · Page 1 of 1 (latest)
it should be noted I don't appear to have any completion in my .astro files either
should vscode know about astro paths in tsconfig.js and .astro files?
for .astro files, the Astro mode does show in my toolbar:
Have you installed dependencies?
If so, I'd recommend maybe just reloading your editor? It seems like none of the dependencies are resolving.
via pnpm
reloaded editor, no change
aha!
@eternal flint thanks for dropping in and giving me the hint!
so I installed Astro via pnpm in WSL2 Ubuntu, but opened the project in Windows.
I needed to restart VSCode in WSL mode, and open the project through the WSL filesystem instead of the windows one.
Ah yeah, there's weird things like that with WSL sometimes