Releases: kassudevv/verse-auto-imports-mit
Releases · kassudevv/verse-auto-imports-mit
1.0.2
Manual Installation:
- Open VSCode
- Open Command Palette (
CTRL + SHIFT + P) - Search for
>Extensions: Install from VSIX... - 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.replacecall. - Prevent logging in production env to avoid saturating I/O stream.
- Build all text content in-memory and apply through a single
-
Full Changelog: https://github.com/kasparnau/verse-auto-imports-mit/commits/stable
1.0.1
Manual Installation:
- Open VSCode
- Open Command Palette (
CTRL + SHIFT + P) - Search for
>Extensions: Install from VSIX... - 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