After updating my macbooks to core 3.4.1a6, the tasks on VS Code doesn’t work correct.
Using 0.5.0-beta1. On one mac, task doesn’t work anymore, on my other mac only a few tasks
working:
This happens also with release of 0.5.0
Could you try?
- Uninstall existing PlatformIO IDE extension
- Close VSCode
- Open native Terminal and run
rm -rf "~/Library/Application Support/Code"
rm -rf "~/Library/Saved Application State/com.microsoft.VSCode.savedState"
rm -rf "~/Library/Caches/com.microsoft.VSCode"
- Start VSCode
- Install PlatformIO IDE extension.
Does it work now?
No, it doesn’t change anything.
New tasks are added in 0.5.1. Please update.
0.5.1 (2017-07-18)
- Add new Tasks
- Rebuild C/C++ Project Index
- Update installed platforms, packages and libraries
- Upgrade PlatformIO Core
- Use
pio device monitor
command instead ofpio run -t monitor
for “Monitor” task
Rebuild C/C++ gives following output:
It looks like it makes init instead of rebuild
That is correct command