Hi,
I switched to VSCodium, the VSCode withouth microsoft telemetry etc. I tried installing Tidalcycles and it is simply not available in the marketplace for codium. nn
It is fairly simple however to package the github package for the VScode plugin, and install it in Codium. I tested it, and it works.
If you want to do this, you'll need npm/nodejs
- download the vscode tidalcycles extension source code (either git clone, or download zip, which you'll need to unzip)
- install npm if not installed (
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash nvm install 24(or whatever version seems oknvm ls-remote)- cd into the directory, run
npm install - install vsce
npm install -g @vscode/vsceThe VScode exsention packaging tools - run
vsce packagein the tidalcycles extension directory - run
codium --install-extension vscode-tidalcycles-1.4.0.vsixor whatever file vsce created
Done!