From a213af904d105adb475530bccc6254c42cd647aa Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 5 Jul 2018 18:24:27 +0300 Subject: [PATCH] Instruction how to manually create PIO Core Virtual Environment --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adb6c6e..7a00ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Improvements for [PIO Unified Debugger](http://docs.platformio.org/page/plus/debugging.html): - Do not fetch registers data when Peripherals or Registers views are collapsed - Fixed issue with incorrect breakpoint hit in multi-thread environment (RTOS) +* Instruction how to manually create [PIO Core Virtual Environment](http://docs.platformio.org/en/latest/installation.html#virtual-environment) ## 0.17.0 (2018-06-29) diff --git a/package.json b/package.json index 5b42731..015210c 100644 --- a/package.json +++ b/package.json @@ -544,7 +544,7 @@ "dependencies": { "fs-plus": "^3.0.0", "ini": "^1.3.4", - "platformio-node-helpers": "^2.0.0", + "platformio-node-helpers": "^2.0.1", "platformio-vscode-debug": "^1.1.1", "querystringify": "*" },