Releases: ssjason123/SDCC_VS
Releases · ssjason123/SDCC_VS
2.6 Visual Studio 2022 Package
Add visual studio 2022 support.
SDCC Extensions for Visual Studio v2.6
Bug fixes for AreaAddressBase and a couple other minor updates.
- Fix Bug where the AreaAddressBase was not correctly updated with modified values.
- Add support for Emulicious 'remotedebug' command line argument.
- Update the legacy additional source folder junction process to reduce the number of sleep calls to avoid launch timeouts when using multiple additional source folders.
SDCC Extensions for Visual Studio v2.5
Update support for latest features in Emulicious. General code cleanup and connection stability.
- Major code cleanup.
- Add support for emulicious "additionalSrcFolders" option.
- Make previous sym-link source mapping legacy.
- Make setBreakpointResponse change legacy.
- Clean up some unnecessary binding between visual studio package code.
SDCC Extensions for Visual Studio v2.4
Update to support the latest makebin args.
Fix GameBoyRomBankCount to support autobanking.
SDCC Extensions for Visual Studio v2.3
Update language selection for property pages.
SDCC Extensions for Visual Studio v2.2
Update package dependencies to support lower versions of visual studio 2019.
SDCC Extensions for Visual Studio v2.1
Update VSIX to include Microsoft.VisualStudio* dependencies.
SDCC Extensions for Visual Studio v2.0
Add support for VS2019
See release notes for updating old projects to support the new MSBUILD resource path.
SDCC Extensions for Visual Studio v1.13
Fix incremental binary builds not linking source file changes.
SDCC Extensions for Visual Studio v1.12
Banking related fixes:
- Fix typo on gameboy ROM bank category.
- Fix issue where bank properties were not passed to the the compile task.