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.
2 parents 4499d04 + f35eb0f commit 7f36adeCopy full SHA for 7f36ade
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
3
+# 1.9.2 (2019-10-20)
4
+
5
+- Fixed an issue with broken PlatformIO Core installation
6
7
# 1.9.1 (2019-10-20)
8
9
- Added support for Python 3 from Windows Store (issue [#1162](https://github.com/platformio/platformio-vscode-ide/issues/1162))
package.json
@@ -1,6 +1,6 @@
{
"name": "platformio-ide",
- "version": "1.9.1",
+ "version": "1.9.2",
"publisher": "platformio",
"engines": {
"vscode": "^1.24.0"
@@ -604,7 +604,7 @@
604
},
605
"dependencies": {
606
"fs-plus": "^3.1.1",
607
- "platformio-node-helpers": "^5.1.1",
+ "platformio-node-helpers": "^5.1.2",
608
"platformio-vscode-debug": "^1.2.11"
609
610
"extensionDependencies": [
0 commit comments