Skip to content

Commit 4f3ce1b

Browse files
committed
Merge branch 'release/v2.4.3'
2 parents 13b3c46 + 840051f commit 4f3ce1b

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.github/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ exemptLabels:
99
- known issue
1010
- feature
1111
- enhancement
12+
- needs more info
1213
# Label to use when marking an issue as stale
1314
staleLabel: stale
1415
# Comment to post when marking an issue as stale. Set to `false` to disable

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.3 (2022-03-18)
4+
5+
- Fixed an issue when PlatformIO IDE installer asks to install Python interpreter on Windows OS (issue [#3076](https://github.com/platformio/platformio-vscode-ide/issues/3076))
6+
37
## 2.4.2 (2022-02-11)
48

59
- Fixed an "Error: No such command "home" when opening PIO Home (issue [#2923](https://github.com/platformio/platformio-vscode-ide/issues/2923))

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platformio-ide",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"publisher": "platformio",
55
"engines": {
66
"vscode": "^1.57.0"
@@ -638,23 +638,23 @@
638638
},
639639
"dependencies": {
640640
"fs-plus": "~3.1.1",
641-
"platformio-node-helpers": "~9.4.1",
641+
"platformio-node-helpers": "~9.4.2",
642642
"platformio-vscode-debug": "~1.4.1"
643643
},
644644
"devDependencies": {
645-
"@babel/core": "~7.17.2",
645+
"@babel/core": "~7.17.7",
646646
"@babel/eslint-parser": "~7.17.0",
647647
"@babel/plugin-proposal-class-properties": "~7.16.7",
648648
"@babel/preset-env": "~7.16.11",
649649
"@types/node": "~12",
650650
"@types/vscode": "~1.57.0",
651651
"babel-loader": "~8.2.3",
652-
"eslint": "~8.8.0",
652+
"eslint": "~8.11.0",
653653
"eslint-import-resolver-webpack": "~0.13.2",
654654
"eslint-plugin-import": "~2.25.4",
655-
"prettier": "~2.5.1",
656-
"vsce": "~2.6.7",
657-
"webpack": "~5.68.0",
655+
"prettier": "~2.6.0",
656+
"vsce": "~2.7.0",
657+
"webpack": "~5.70.0",
658658
"webpack-cli": "~4.9.2"
659659
},
660660
"extensionDependencies": [

0 commit comments

Comments
 (0)