lukas-tr / vscode-materialdesignicons-intellisense

Provides intellisense, search and hover preview for Material Design Icons
https://marketplace.visualstudio.com/items?itemName=lukas-tr.materialdesignicons-intellisense
MIT License
35 stars 7 forks source link

Stuck on Code Actions #18

Closed mrhammadasif closed 3 years ago

mrhammadasif commented 3 years ago
Screenshot 2020-11-18 at 2 30 19 PM

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

lukas-tr commented 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.

mrhammadasif commented 3 years ago

using materialdesigniconsIntellisense.enableLinter fixed the issue.

I think linter is causing issue then, shouldn't it be disabled by default?

lukas-tr commented 3 years ago

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?

lukas-tr commented 2 years ago

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.