2019-06-20 22:40:13 +03:00
|
|
|
# Change Log
|
|
|
|
|
|
|
|
All notable changes to the "vscode-makefile-tools" extension will be documented in this file.
|
|
|
|
|
2020-11-19 02:48:11 +03:00
|
|
|
## 0.1.2
|
|
|
|
- Support suffixes/prefixes specific for version and cross compilers.
|
|
|
|
- Add the possibility to list only the makefile targets marked as .PHONY.
|
|
|
|
- Various bug fixes.
|
|
|
|
|
2020-09-30 01:21:50 +03:00
|
|
|
## 0.1.1
|
2019-06-20 22:40:13 +03:00
|
|
|
|
2020-09-30 01:21:50 +03:00
|
|
|
- Addressed feedback from 0.1
|
|
|
|
- Replaced the strategy for determining build targets and removed the giant log.
|
|
|
|
- Added settings for where configuration logs can be stored.
|
|
|
|
- Added project configuration caching to speed up subsequent session loads.
|
2019-06-20 22:40:13 +03:00
|
|
|
|
2020-09-30 01:21:50 +03:00
|
|
|
## 0.1
|
|
|
|
|
|
|
|
- Initial release
|
|
|
|
- Support for IntelliSense, Build, Debug, Run configurations.
|