All notable changes to the "qb64-language" extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Highlighting of InForm keywords
- Highlighting other files(like markdown, C/C++, Python, etc.)
1.1.3 - 2025-02-16
- Updated to put .exe after qb64 and qb64pe for Windows to execute compiles properly.
- Fixed the issue where the .vscode in workspace wasn't being recreated properly when extension changes.
1.1.2 - 2025-02-16
- Added code to estension.json to create the workspace .vscode directory with launch.json and tasks.json to enable QB64/QB64pe compiles.
1.1.1 - 2025-02-16
- package.json and tasks.json had different language ID's. Fixed them to match.
1.1.0 - 2025-02-16
- Added compile & run for both QB64 and QB64pe compilers
- Updated ctrl-F5 to run either compiler (QB64/QB64pe)
- QB64/QBasic/openGL keywords.
- Conforms to QB64 Phoenix Edition v4.0.0