Releases: mghdotdev/vscode-miva-ide
Releases · mghdotdev/vscode-miva-ide
v1.7.1
v1.7.0
- Added support for VSCode's Web Extension features.
- This allows users to install the Miva IDE extension when using Visual Studio Code for the Web.
- Fixed issue with "MVT: Calculate POS Number" command.
- Updated LSK functionality to utilize local workspace LSK reference instead of
mivaIde.LSK.path
setting if an LSK folder is detected within the workspace.
v1.6.3
v1.6.2
v1.6.1
v1.6.0
- Added feature that shows the changelog after an update happens.
- Added setting that allows you to disable showing the changelog after update.
mivaIde.showChangelogOnUpdate
- Added a command that allows you to show the changelog.
- "Miva IDE: Show Updates"
- Fixed
mvt:item
tag variable completions within function parameters. - Fixed bug related to legacy if/elseif/else snippet setting not working properly.
v1.5.0
- Added setting to enable/disable the suggestion after paste feature.
- This setting is disabled by default.
- Added setting to enable/disable legacy if/elseif/else snippets.
- This setting is disabled by default.
- Added missing documentation to MVT tags / items.
- Fixed bug with
<MIVA>
tag attribute completions. - Added tooltkit tskl validation.
- Documented vscode-icons integration.