You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
16df6b2: Fix issues where start command was failing due to absence of out dir
3ced0b0: fix: enable back postinstall script to generate types on framework install
3ced0b0: Introduce absolutely new and clean configuration type generator which should be precise and fast for any configuration schema.
3ced0b0: Now you can type R in console to reload extension development window or launch vscode if extension connection is not found. Extension might be disconnected because development window isn't open or because extension encountered an error and connection was lost
c1d8819: Fix critical regression where extensions were unable to launch because injected variable was removed. I knew that it might happen, but unforunately I updated snapshot of injected code carelessly
2c96acc: Fix issues where vscode-framework couldn't be imported in foreign environments. This was done by adding a check if variable, that should be injected to the code later by the our bundler actually exists