VS Code task problem after update to 3.4.1a6

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?

  1. Uninstall existing PlatformIO IDE extension
  2. Close VSCode
  3. 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"
  1. Start VSCode
  2. 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 of pio 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