Releases: mvextensions/mvbasic
Releases · mvextensions/mvbasic
Release list
v2.1.7
v2.1.6
- QM language improvements
- Package updates
v2.1.5
See v2.1.4 but with fixes to the badges in the README which were blocking the Marketplace publish
v2.1.4
v2.1.3
- 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
- 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
- Added improvements to dynamic user variable Intellisense to now include
- Arguments from a
CALLorSUBROUTINE - Variables from a
FOR ... TO - Variables from a
EQU ... TO - Variables from a
EQUATE ... TO
- Arguments from a
v2.1.0
- Added userVariablesEnabled setting which allows the language server to parse your code for variable names to use in IntelliSense (#128)
v2.0.11
- Fixed bug with customFunctionPath and improved jBASELanguage.json