We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aabdad commit 7e3fe2fCopy full SHA for 7e3fe2f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
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
7
## 2.4.0 (2021-11-05)
8
9
**Requires VSCode 1.57 or above**
package.json
@@ -639,7 +639,7 @@
639
"dependencies": {
640
"fs-plus": "~3.1.1",
641
"platformio-node-helpers": "~9.4.0",
642
- "platformio-vscode-debug": "~1.4.0"
+ "platformio-vscode-debug": "~1.4.1"
643
},
644
"devDependencies": {
645
"@babel/core": "~7.16.0",
0 commit comments