[REQUEST] How to have PlatformIO on code-server?

Hi guys!
Impressed in your work and entusiast of code-server!

I would like to code for ARM embedded platforms using vs-code running in a server but the best in-class solution is using the PlatformIO IDE plugin.

What is the best way to use it in code-server docker?

Thank you my heroes!

Did you try installing the extension?

PlatformIO: Can not find working Python 3.6+ Interpreter. Please install the latest Python 3 and restart VSCode

docker-compose
vscode:
image: linuxserver/code-server
networks:
selnet:
ipv4_address: 172.18.0.10
ports:
- 8443:8443
- 8010:8010
environment:
- “TZ=Asia/Bangkok”
- PUID=1000
- PGID=1000
- PASSWORD=xxxx
- SUDO_PASSWORD=xxxx
- DOCKER_MODS=linuxserver/mods:code-server-python3
- DOCKER_MODS=stecky/mods:code-server-home-assistant
- DOCKER_MODS=stecky/mods:code-server-nodejs
- HOMEASSISTANT_URL=http://172.18.0.3:8123
- HOMEASSISTANT_TOKEN=xxxxxxxx

It’s likely your mods are overwriting each other because you haven’t declared them correctly.

You need to do

- DOCKER_MODS=linuxserver/mods:code-server-python3|stecky/mods:code-server-home-assistant|stecky/mods:code-server-nodejs

As per our mods readme.