Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
So why do you have a tsconfig then? Just remove everything, done, clean workspace.
-
Wh- I'd call to file an issue to vuejs/vetur if there is such a bug and have a peek in settings.
-
See, that kinda shit is why I like to use Vim instead of an IDE or a bloated editor trying to be an IDE.
Software trying to be smart to "help" the user inevitably leads to situations where you have to use 4D chess hacks to trick it into doing what you want. And once your toolchain is complex enough this leads to shit like scientists renaming hundreds of genes so Excel stops corrupting their data with its garbage auto-formatting.
The cake is a lie. There is no smart software except Skynet. -
Honestly, we never needed all those new js frameworks as well.
btw, I love vue js -
msdsk31793y@vintprox
It isn't a bug, you need a tsconfig for proper typescript detection of vue source files (which is very useful even in a project that doesn't use typescript), but then VSCode gets angry that typescript is configured without any typescript files present. If anything then it's VSCode having some stupid ideas
I feel dirty for putting an empty .ts file just so VSCode would stop complaining about my tsconfig file that I created so Vetur would stop complaining about not having one. I didn't need any of that.
rant