All notable changes to the "cc65-redux" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Initial version
- TODO: implement support for launching emulator
- TODO: implement support for make file usage
- TODO: implement run behavior
- TODO: add build directory for output
- minor settings tweaks
- more settings tweaks - renaming/reorganizing
- add quick config for common emulator settings
- added quick config support for Altirra
- added launch emulator for just starting the configured emulator
- Added build output dir
- Modified stand alone build command to output to build dir
- Added launch emulator
- Added quick config for Altirra
- Added customizable extension for build target
- Added clean command to delete files in build dir
- Added StatusBarItem for common actions
- fix output file names of label and debug files
- change to long form version of command line arguments for self-documentation of batch command
- add linker options back in
- add support for static linking of tgi driver
- add support for defining the label/variable name of the statically linked driver
- fix default label to match tgi header
- fix library link dir
- change default config to atarixl-xex for C programs
- add back .c files as activation pattern
- change to atari as default target instead of atarixl
- add .h to activation extension
- split apart build script creation from script build
- remove 'build and run' commands
- bugfixes after splitting apart script creation
- add async processing for creating build script in order to handle ShowQuickPick() correctly