From 857c4082656c155810c0eedb01d2b4e45900ad2f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 17 Oct 2020 18:10:04 +0300 Subject: [PATCH 1/2] Fixed a regression bug with debugging solution --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57ef7ea..e8e451c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes +## 2.1.3 (2020-10-17) + +- Fixed a regression bug with debugging solution + ## 2.1.2 (2020-10-16) - Do not propagate PlatformIO CLI to a default VSCode's terminal. If you need PlatformIO Core CLI, please open "Left Activity Bar > PlatformIO (icon) > Quick Access > Miscellaneous > PlatformIO Core CLI") diff --git a/package.json b/package.json index 14eb913..819f77c 100644 --- a/package.json +++ b/package.json @@ -627,7 +627,7 @@ "dependencies": { "fs-plus": "~3.1.1", "platformio-node-helpers": "~8.0.1", - "platformio-vscode-debug": "~1.2.11" + "platformio-vscode-debug": "~1.2.12" }, "extensionDependencies": [ "ms-vscode.cpptools" From 2ba4b714b0ab7e82c6f18b48aa54ec5dfee8fbd6 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 17 Oct 2020 18:10:58 +0300 Subject: [PATCH 2/2] Bump version to 2.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 819f77c..68ca685 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "platformio-ide", - "version": "2.1.2", + "version": "2.1.3", "publisher": "platformio", "engines": { "vscode": "^1.44.0"