VS Code experience on your Mycroft device.
This repo holds the scripts for making and running THEIA IDE on a Mycroft device and releases of precompiled packages for several architectures.
A skill which installs and uses THEIA IDE on a Mycroft device can be found located in the THEIA Skill repo, or in the Mycroft Marketplace under "THEIA IDE".
Most will simply run the THEIA Skill which automatically downloads the pre-built binaries for the Picroft platforms.
If you want to compile your own binaries:
- clone this repo
- run build_release.sh
On a Raspberry Pi there is limited RAM, so to compile without errors you need to increase swap to at least 2046 and change NODE_OPTIONS=--max_old_space_size=1024.
Andreas Lorensen (@andlo)