Skip to content

blits-vscode v1.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jun 10:03
10bd5ad
  • 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.