Tom Raviv
Tom Raviv
At the moment, if you've built a static version of an engine package, and then run `engineer start` in the same directory, the statically built version will be run. In...
I think it would be helpful to have a summary be printed after the publish process has completed.
I wanted to play around with this design system, but unfortunately could not install it due to one of the dependencies pointing to what appears to be a private npm...
There are open-source flavors of VSCode that use [Open VSX](https://github.com/eclipse/openvsx/wiki/Publishing-Extensions#how-to-publish-an-extension) as the marketplace for extensions. We should deploy our extension there in addition to the official Microsoft marketplace.
Initial support for `@st-scope` has been implemented in #257, but currently still has limited support, and missing the following features. - [x] completion for scoping parameter - [x] native and...
Currently, hinting is only provided for state definitions and their type. Hinting for each validator used in a type needs to be added Example for missing hint: ```css .myClass {...
Should include support for multiple lines: Failing example: ```css .myClass { -st-states: state1(string(contains(user))), state2(number(min(2))); } ```