Version bump and changelog updates for release 0.1.4 (#103)

* Release 0.1.4

* Fix type in name of new launch commands
This commit is contained in:
Andreea Isac 2021-02-10 20:17:49 -08:00 коммит произвёл GitHub
Родитель 69fe916cd0
Коммит f896d963b5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 16 добавлений и 1 удалений

Просмотреть файл

@ -2,6 +2,21 @@
All notable changes to the "vscode-makefile-tools" extension will be documented in this file.
## 0.1.4
- Various bug fixes for MSYS/MinGW related to paths, strings, regular expressions and file system APIs
- Fix source file paths in the backtick pattern
- Fix cases of not finding an existing MAKE executable in the path
- Add new settings: makefile.saveBeforeBuild and makefile.buildBeforeLaunch
- Rename launch commands:
- makefile.launchTargetPath --> makefile.getLaunchTargetPath
- makefile.launchTargetDirectory --> makefile.getLaunchTargetDirectory
- makefile.launchTargetFileName --> makefile.getLaunchTargetFileName
- makefile.launchTargetArgs --> makefile.getLaunchTargetArgs
- makefile.launchTargetArgsConcat --> makefile.getLaunchTargetArgsConcat
- Add new launch commands, that trigger a build when makefile.buildBeforeLaunch allows:
- makefile.launchTargetPath
- makefile.launchTargetFileName
## 0.1.3
- Activate in the presence of GNUmakefile in the root as well.
- Add ignoreDirectoryCommands setting for when the extension should analyze only the output of make -C

Просмотреть файл

@ -2,7 +2,7 @@
"name": "makefile-tools",
"displayName": "Makefile Tools",
"description": "Provide makefile support in VS Code: C/C++ IntelliSense, build, debug/run.",
"version": "0.1.3",
"version": "0.1.4",
"publisher": "ms-vscode",
"preview": true,
"icon": "res/makefile-logo.png",