-
Notifications
You must be signed in to change notification settings - Fork 1
Description
hi, pioarduino, I have an issue Installing pioarduino extension for VS Code.
- Computer 1: today I installed Win 10 Pro from scratch, then viewers, and VS Code + Python, pioarduino extension
- Computer 2: it was installed VS Code + Python + node.js + some VScode extensions included pioarduino. Due to an issue with PATH installing MinGW for C/C++ I decided to uninstall everything related to VS Code and programming, and to reinstall only VS Code + Python + pioarduino. I didn´t try MinGW this time. (When installing pioarduino it doesn´t appear the option "Rich CLI developed for Humans" as at Computer 1).
- VS Code + python + pioarduino extension, last version all of them at both computers.
- from PS when I run "pio --version" it responds "Platformio Core, version 6.1.18" at both computers.
The issue:
Everytime I open VS Code -> PIOArduino extension -> QUICK ACCESS -> PIO HOME, and then wherever I hit (Open, PIO Account, Inspect, Projects & Configuration, Libraries, Boards, Platforms, Devices) a PIO Home tab opens, Loading ..., the following appears at the bottom right in red:

"Error: PlatformioException: Invalid path to PIO Home Contrib
at c:\Users\Luis.vscode\extensions\pioarduino.pioarduino-ide-1.0.8\node_modules\pioarduino-node-helpers\dist\index.js:1:10910
at ChildProcess.v (c:\Users\Luis.vscode\extensions\pioarduino.pioarduino-ide-1.0.8\node_modules\pioarduino-node-helpers\dist\index.js:1:4541)
at ChildProcess.emit (node:events:518:28)
at ChildProcess.emit (node:domain:489:12)
at maybeClose (node:internal/child_process:1101:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)..."
(I should mention that three months ago on Computer 2 I ran some codes for ESP32 using pioarduino extension, it worked well, the installation was so easy, no issues, everything was fine)
Thanks for your assistance.
Luis