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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes template detection issues caused by AST-based detection methods.
Fixes extension activation issues caused by opening a parent folder of a Blits project. Now nested project folders are supported if they have a Blits dependency in their package.json
Fixes bugs related to .blits file type implementation.
Adds integration tests
Removes the info notification displayed when the extension is activated. Now the extension name and version are displayed in the bottom right of the editor
Adds a check to see if the project uses prettier-plugin-blits (will be available soon). If so, the extension leaves template formatting to the prettier plugin.