Hi everyone.
When using the PolyScope X SDK, because of the use of a “devcontainer.json” file as well as the way permission and ownership of files and folders have been set up. Using anything but VSCode for URCapX development is not really a serious possibility.
There is generally a good reason for this, and that is, it makes it easy to ensure a reproducible setup on all VSCode supported OS’s.
Don’t get me wrong VSCode is definitely a one of the best options out there, but in todays market with the increased competition in the IDE space, Cursor, antigravity, NeoVim, ZED and so on, this feel a bit limited.
So I have created a couple of setup scripts to replace the “devcontainer.json” as well as made some changes to the DockerFile that should make it possible to use any IDE of your choice.
Please see
The scripts is currently Linux Only, it could perhaps work on Windows using WSL, but I havnt tested it.