Baptiste Augrain
Baptiste Augrain
Disable auto-update, check https://github.com/VSCodium/vscodium/blob/master/docs/telemetry.md Then extensions can initiate connections. So you will have to check them.
You don't start VSCodium offline but try building it offline while some builtin extensions are hosted on GitHub and are downloaded when launching `./scripts/code.sh`. Feel free a make a PR...
Can you try the version `1.105` from the `edge` channel?
can you try `unset GTK_PATH`?
Please look at https://stackoverflow.com/questions/75921414/java-symbol-lookup-error-snap-core20-current-lib-x86-64-linux-gnu-libpthread
Based on https://fly.io/blog/vscode-ssh-wtf/, it can: - Wander around the filesystem - Edit arbitrary files - Launch its own shell PTY processes - Persist itself If that the case, only removing...
This is compelling security issue... specially with `vscode:` urls. The issue isn't in the remote extensions but in the client to accept those connections and commands. For example, `open-remote-ssh` only...
JFYI, I won't release a new version until I get around that issue.
The command has been there for at least 4 years. Few devs use it (only 3 issues). And VSCode team don't want to promote the command (I wonder why?)... >...
> Correct me if I am wrong, but the idea was to only remove unnecessary (tracking) parts, not to fix upstream bugs and to implement new functionality. No, you are...