Skip to content

Releases: mghdotdev/vscode-miva-ide

v1.7.1

02 Jan 21:32
d73bf04
Compare
Choose a tag to compare
  • Fixed paths to syntax and configuration files for the Web version.

v1.7.0

02 Jan 21:06
1bb12bc
Compare
Choose a tag to compare
  • Added support for VSCode's Web Extension features.
  • 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

28 Dec 23:41
c6aa02b
Compare
Choose a tag to compare
  • Fixed Miva Script expression syntax highlighting error.

v1.6.2

28 Dec 22:01
6b59ed1
Compare
Choose a tag to compare
  • Updated CHANGELOG header to be consistent with README.
  • Fixed MvASSIGNARRAY completion bugs.

v1.6.1

28 Dec 18:49
173ad33
Compare
Choose a tag to compare
  • Removed automatic popup to show the changelog.
  • Updated changelog popup functionality to instead display an information message with a link to show the changelog.

v1.6.0

26 Dec 18:48
2b2bff8
Compare
Choose a tag to compare
  • 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

20 Dec 19:33
efeacda
Compare
Choose a tag to compare
  • 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.

v1.4.2

19 Dec 18:05
2ff5a12
Compare
Choose a tag to compare
  • Fixed bug where completion window was triggering after pasting into quick find input.

v1.4.1

15 Dec 19:28
90db47c
Compare
Choose a tag to compare
  • Fixed bug where completion window was triggering after pasting into search bar.

v1.4.0

14 Dec 17:29
9d289e7
Compare
Choose a tag to compare
  • Fixed Windows issue for paste completion window
  • Added support for markdown code fences for mvt and Miva Script