aports/testing/vscodium/codium
Díaz Urbaneja Víctor Diego Alejandro (Sodomon) b89cfdfca4 testing/vscodium: new aport
VSCode without Microsoft branding/telemetry.
https://github.com/VSCodium/vscodium
2025-03-03 13:52:31 +01:00

7 lines
203 B
Bash

#!/bin/sh
ELECTRON_RUN_AS_NODE=1 \
ELECTRON_STILL_PASS_THE_DEFAULT_FLAGS=1 \
exec /usr/bin/electron "/usr/lib/vscodium/resources/app/out/cli.js" \
--app="/usr/lib/vscodium/resources/app" \
"$@"