Typescript autocompletion in ".vue" files "broken"
TL;DR TS
Note: Had been saving the application locally, but didn't have a
Hi All,
Currently using VS Codium.
I'm not sure what's gone wrong, but I am no longer getting proper autocomplete functionality in ".vue" files. All ".ts" files work just fine.
For example, if I begin typing
I did update to the latest version of "Vue Official" in the last 24 hours, and that seems to be when things went wrong. However, I've tried force rolling back to earlier versions, but nothing changes.
My current (now veeeeeery different) "tsconfig.json" looks like so:
nuxt.config.ts looks like so:
What completely obvious configuration am I missing?
import autocompletion works in ".ts" files, but no longer works in ".vue" filesNote: Had been saving the application locally, but didn't have a
git commit that I could roll back to (in case it's code/config related)Hi All,
Currently using VS Codium.
I'm not sure what's gone wrong, but I am no longer getting proper autocomplete functionality in ".vue" files. All ".ts" files work just fine.
For example, if I begin typing
import MyCustomCom ... in ".ts" files, I'll begin to get component and file recommendations. However, this functionality is completely gone in ".vue" files.I did update to the latest version of "Vue Official" in the last 24 hours, and that seems to be when things went wrong. However, I've tried force rolling back to earlier versions, but nothing changes.
My current (now veeeeeery different) "tsconfig.json" looks like so:
nuxt.config.ts looks like so:
What completely obvious configuration am I missing?