zignd / HTML-CSS-Class-Completion

:chocolate_bar: Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion
MIT License
253 stars 83 forks source link

Extension host terminated unexpectedly #254

Closed kopach closed 4 years ago

kopach commented 4 years ago

Hi. I'm facing quite often an issue with this extension.

Here is log from console:

Extension Host
/Users/<user>/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:4616
/Users/<user>/.vscode/extensions/zignd.html-css-class-completion-1.19.0/out/src/parse-engine-gateway.js:20
                resolve(data.toString());
                             ^TypeError: Cannot read property 'toString' of undefined
    at ReadFileContext.callback (/Users/<user>/.vscode/extensions/zignd.html-css-class-completion-1.19.0/out/src/parse-engine-gateway.js:20:30)
    at FSReqCallback.readFileAfterOpen [as oncomplete] (fs.js:246:13)

Please, help to solve this

kopach commented 4 years ago

Faced same issue with other extension when this one was disabled. Therefore it must be an issue in something else