Closed mrhammadasif closed 3 years ago
Does this still show up when
materialdesigniconsIntellisense.enableLinter
is false
or when this extension is disabled?
If not, a list of extensions you have installed and the steps for creating the project and getting this message would be helpful.
using materialdesigniconsIntellisense.enableLinter
fixed the issue.
I think linter is causing issue then, shouldn't it be disabled by default?
I tested the linter with both vetur and eslint installed, but I didn't encounter any issues with code actions. Do you have additional extensions installed? Does this occur only in specific files/all vue files/specific projects?
Lately I've been getting similar notifications (also Vetur, Eslint and my extension). It's not stuck, but takes 30+ seconds until it's done.
The corresponding svg file will be read from disk each time an icon preview is generated, which might slow things down. In the next version, all icon data will be kept in memory.
When enabled in Vuetify Project. (tested in empty vuetify project, as well)
It kind of take too much time on code actions, I have also tried to disable Vetur but that causes Vue files to not being detected