Skip to content

Commit e745df6

Browse files
committed
Merge branch 'release/v3.3.4'
2 parents 16ef47e + 33db526 commit e745df6

File tree

2 files changed

+15
-20
lines changed

2 files changed

+15
-20
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+
## 3.3.4 (2025-01-11)
4+
5+
* Technical release addressing the [Visual Studio Marketplace issue #1114](https://github.com/microsoft/vsmarketplace/issues/1114)
6+
37
## 3.3.3 (2024-01-26)
48

59
* Implemented automatic upgrading of outdated portable Python 3.9 distributions to the latest version, Python 3.11, enhancing the development environment with the latest features and improvements

package.json

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platformio-ide",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"publisher": "platformio",
55
"engines": {
66
"vscode": "^1.65.0"
@@ -36,16 +36,7 @@
3636
"url": "https://github.com/platformio/platformio-vscode-ide.git"
3737
},
3838
"activationEvents": [
39-
"workspaceContains:**/platformio.ini",
40-
"onView:platformio-ide.quickAccess",
41-
"onView:platformio-ide.projectTasks",
42-
"onView:platformio-debug.peripherals",
43-
"onView:platformio-debug.registers",
44-
"onView:platformio-debug.memory",
45-
"onView:platformio-debug.disassembly",
46-
"onCommand:platformio-ide.showReleaseNotes",
47-
"onCommand:platformio-ide.showHome",
48-
"onCommand:platformio-ide.openPIOCoreCLI"
39+
"workspaceContains:**/platformio.ini"
4940
],
5041
"contributes": {
5142
"languages": [
@@ -899,21 +890,21 @@
899890
},
900891
"dependencies": {
901892
"fs-plus": "~3.1.1",
902-
"platformio-node-helpers": "~11.2.0",
893+
"platformio-node-helpers": "~11.3.0",
903894
"platformio-vscode-debug": "~1.4.1"
904895
},
905896
"devDependencies": {
906897
"@types/node": "~14",
907898
"@types/vscode": "~1.65.0",
908-
"@vscode/vsce": "~2.23.0",
909-
"eslint": "~8.56.0",
910-
"eslint-import-resolver-webpack": "~0.13.8",
911-
"eslint-plugin-import": "~2.29.1",
912-
"prettier": "~3.2.4",
913-
"webpack": "~5.90.0",
914-
"webpack-cli": "~5.1.4"
899+
"@vscode/vsce": "~3.2.1",
900+
"eslint": "^8",
901+
"eslint-import-resolver-webpack": "~0.13.10",
902+
"eslint-plugin-import": "~2.31.0",
903+
"prettier": "~3.4.2",
904+
"webpack": "~5.97.1",
905+
"webpack-cli": "~6.0.1"
915906
},
916907
"extensionDependencies": [
917908
"ms-vscode.cpptools"
918909
]
919-
}
910+
}

0 commit comments

Comments
 (0)