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 f0e730c commit 80316e5Copy full SHA for 80316e5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
3
+## 3.3.1 (2023-07-??)
4
+
5
+* Updated the PlatformIO Core Installer Script to version [1.2.1](https://github.com/platformio/platformio-core-installer/releases/tag/v1.2.1)
6
7
## 3.3.0 (2023-07-10)
8
9
* Enhanced the user experience in the "Project Tasks" explorer by displaying tasks specific to the selected environment by default
package.json
@@ -899,7 +899,7 @@
899
},
900
"dependencies": {
901
"fs-plus": "~3.1.1",
902
- "platformio-node-helpers": "~11.1.0",
+ "platformio-node-helpers": "~11.1.1",
903
"platformio-vscode-debug": "~1.4.1"
904
905
"devDependencies": {
0 commit comments