Skip to content

Commit 29a302f

Browse files
committed
Fixed an "Error: No such command "home" when opening PIO Home // Resolve platformio#2923
1 parent f9509e7 commit 29a302f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Release Notes
22

3-
## 2.4.1 (2022-02-??)
3+
## 2.4.2 (2022-02-??)
4+
5+
- Fixed an "Error: No such command "home" when opening PIO Home (issue [#2923](https://github.com/platformio/platformio-vscode-ide/issues/2923))
6+
7+
## 2.4.1 (2022-02-04)
48

59
- Fixed an issue when debugging does not start on Windows (issue [#2925](https://github.com/platformio/platformio-vscode-ide/issues/2925))
610

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,11 +638,11 @@
638638
},
639639
"dependencies": {
640640
"fs-plus": "~3.1.1",
641-
"platformio-node-helpers": "~9.4.0",
641+
"platformio-node-helpers": "~9.4.1",
642642
"platformio-vscode-debug": "~1.4.1"
643643
},
644644
"devDependencies": {
645-
"@babel/core": "~7.17.0",
645+
"@babel/core": "~7.17.2",
646646
"@babel/eslint-parser": "~7.17.0",
647647
"@babel/plugin-proposal-class-properties": "~7.16.7",
648648
"@babel/preset-env": "~7.16.11",

0 commit comments

Comments
 (0)