Skip to content

Releases: kassudevv/verse-auto-imports-mit

1.0.2

03 Apr 11:41

Choose a tag to compare

Manual Installation:

  1. Open VSCode
  2. Open Command Palette (CTRL + SHIFT + P)
  3. Search for >Extensions: Install from VSIX...
  4. Find and install the attached VSIX file

Patch Notes

  • Ensure only one newline separating your imports and first code block.

  • Significant performance improvements:

    • Build all text content in-memory and apply through a single edit.replace call.
    • Prevent logging in production env to avoid saturating I/O stream.
  • Full Changelog: https://github.com/kasparnau/verse-auto-imports-mit/commits/stable

1.0.1

03 Apr 09:40

Choose a tag to compare

Manual Installation:

  1. Open VSCode
  2. Open Command Palette (CTRL + SHIFT + P)
  3. Search for >Extensions: Install from VSIX...
  4. Find and install the attached VSIX file

Patch Notes

  • Started MIT licensed fork of Verse Auto Imports
  • Updated LSP error statement regex to match new one
  • Slightly improved performance when processing documents

Full Changelog: https://github.com/kasparnau/verse-auto-imports-mit/commits/stable