Skip to content

Commit 7e3fe2f

Browse files
committed
Fixed an issue when debugging does not start on Windows // Resolve platformio#2925
1 parent 9aabdad commit 7e3fe2f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## 2.4.1 (2022-02-??)
4+
5+
- Fixed an issue when debugging does not start on Windows (issue [#2925](https://github.com/platformio/platformio-vscode-ide/issues/2925))
6+
37
## 2.4.0 (2021-11-05)
48

59
**Requires VSCode 1.57 or above**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@
639639
"dependencies": {
640640
"fs-plus": "~3.1.1",
641641
"platformio-node-helpers": "~9.4.0",
642-
"platformio-vscode-debug": "~1.4.0"
642+
"platformio-vscode-debug": "~1.4.1"
643643
},
644644
"devDependencies": {
645645
"@babel/core": "~7.16.0",

0 commit comments

Comments
 (0)