From 8b126b500ccdbd0c81488b25a9c5a28691f4e894 Mon Sep 17 00:00:00 2001 From: Andreea Isac <48239328+andreeis@users.noreply.github.com> Date: Wed, 5 May 2021 16:25:28 -0700 Subject: [PATCH] CHANGELOG 0.2.1 (#163) * CHANGELOG 0.2.1 * Typo. --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c649243..20a24a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,19 @@ All notable changes to the "vscode-makefile-tools" extension will be documented in this file. -## 0.1.4 +## 0.2.1 +- Add new makeDirectory setting (global and per configuration level) as an extra location to search for the makefile and to generate "make -C". +- Fix the clean re-build for a project that has a default (empty "") build target. +- Various bug fixes regarding: + - launch-targets/launch-configurations + - quoting of files/arguments sent to shell when running executables or scripts +- Force English when running executables or scripts that need to parse English words from the execution output. +- Show the output channel only when something errors. +- Support compilers run through ccache. +- Use "shell" arguments convention when parsing compilerArgs for CppTools. +- Don't append the ".exe" extension suffix if the binary file already has an extension in the given path. + +## 0.2.0 - 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