Box-Of-Hats / Bem-VSCode-Extension

A VSCode extension for helping with inserting BEM (Block-Element-Modifier) classes.
BSD 3-Clause "New" or "Revised" License
29 stars 5 forks source link

Extension fails to activate on version 1.1.2 #26

Closed Box-Of-Hats closed 4 years ago

Box-Of-Hats commented 4 years ago

The extension is currently failing to activate when using version 1.1.2.

Temporary fix: Install version 1.1.1 instead

image

Box-Of-Hats commented 4 years ago

Source of the issue found. I was using optional chaining in the source but VSCode was unhappy about it.

I've since removed the offending line and released 1.1.3.

I will be investigating VSCode integration testing and improving the build steps to stop this from happening again