xabikos / vscode-javascript

Contains the code snippets for JavaScript (ES6) development in VS Code editor
MIT License
332 stars 137 forks source link

Extension Host Failures Due to extension #64

Closed haugerbr closed 4 years ago

haugerbr commented 5 years ago

image

haugerbr commented 5 years ago

It appears that in my case this is because Vue isn't one of the language options I have.

xabikos commented 4 years ago

@haugerbr could you please verify that this is still reported as error? I uninstall the corresponding extension, Vetur which adds support for the identifier and didn't see any error.

The problem is that to have the snippets available in vue files we need this configuration. We discussed this already in #49

haugerbr commented 4 years ago

@xabikos I'll close this for now since they may have fixed this on the VSCode side. I would suggest you open a bug on the VSCode repo though if you keep having users reporting this since otherwise they most likely will uninstall the extension like I did.