vscode-makefile-tools/CHANGELOG.md

20 строки
630 B
Markdown
Исходник Обычный вид История

# 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
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.
2020-09-30 01:21:50 +03:00
## 0.1
- Initial release
- Support for IntelliSense, Build, Debug, Run configurations.