▲ 163 r/vscode

Shell integration sends all your commands to Copilot without approval

This shocked me a bit to find out. The AI in my Copilot chat said that I had incidentally leaked a password on the chat. And I was like: "no way jose, I ran PASSWORD=foobar my-test.pl in the terminal and only pasted the result in the chat".

It insisted, and I started testing. It turns out that if you enable the Shell integration, terminal.integrated.shellIntegration.enabled, VS Code will pick up the commands you run (fine, I guess, that's kind of the point), and then it will silently send it to Copilot as a context metadata, without telling you, asking for your permission, or providing a way to not do this. (NOT FINE)

I highly recommend to turn off this setting, or possibly use an external terminal program for anything you don't want the AI chat to send to the cloud.

And, oh, if you keep it on, you do not need to repeat to the chat what you ran and if it worked -- it already knows... :-/

reddit.com
u/mag_icus — 5 days ago
▲ 200 r/PolyMCLauncher+1 crossposts

Launcher icons tailored for each Minecraft version

I've been a long time user of the set of launcher icons by AstroTibs posted in this old post. Unfortunately, it has not been updated since 1.21.

The idea is to have a set of similar icons, with markers indicating which Minecraft version will be launched.

Being more of a developer than a designer, I wrote a framework for generating this kind of images, and re-created AstroTib's original icons using that framework, before continuing to add support for new versions up to and including 26.2.

The framework and release process will hopefully make it much easier for me (or someone forking my repo) to continue generating new icons like this for future releases.

The icon set can be downloaded from the GitHub page for the project: https://github.com/magicus/minecraft-launcher-icons

u/mag_icus — 29 days ago