Skip to content

Releases: mvextensions/mvbasic

v2.1.6

15 Mar 18:07
f954e1c
Compare
Choose a tag to compare
  • QM language improvements
  • Package updates

v2.1.5

28 Jan 01:12
2825c51
Compare
Choose a tag to compare

See v2.1.4 but with fixes to the badges in the README which were blocking the Marketplace publish

v2.1.4

28 Jan 00:05
52e72c5
Compare
Choose a tag to compare
  • Latest package updates

v2.1.3

27 Jan 19:42
39e5da0
Compare
Choose a tag to compare
  • Resolving issues from breaking changes in VS Code 1.62 (#162)
  • Refactor RestFS to use Axios
  • Bug fixes with jBASE syntax highlighting

v2.1.2

19 Jan 16:27
ead834d
Compare
Choose a tag to compare
  • Bug fixes and performance enhancements to the AccuTerm connector (#133)
  • Package dependency updates
  • Light refactoring to match latest Microsoft sample language server code

v2.1.1

11 Nov 18:34
Compare
Choose a tag to compare
  • Added improvements to dynamic user variable Intellisense to now include
    • Arguments from a CALL or SUBROUTINE
    • Variables from a FOR ... TO
    • Variables from a EQU ... TO
    • Variables from a EQUATE ... TO

v2.1.0

08 Oct 22:06
Compare
Choose a tag to compare
  • Added userVariablesEnabled setting which allows the language server to parse your code for variable names to use in IntelliSense (#128)

v2.0.11

05 Sep 05:31
bd92d9c
Compare
Choose a tag to compare
  • Fixed bug with customFunctionPath and improved jBASELanguage.json

v2.0.10

02 Sep 02:21
43353ed
Compare
Choose a tag to compare
  • Fixed bug with customFunctionPath

v2.0.9

01 Sep 22:37
3e911fa
Compare
Choose a tag to compare
  • Fixed a bug with LOOP/REPEAT recognition and spacing (no issue)
  • Fixed a bug with formatting for comment lines (#110)
  • Added new indentComment setting to control comment indentation (#111)
  • Added new customFunctionPath setting to allow users to contribute custom functions/subroutines for IntelliSense and linting (#113)