It is in /etc/apt/sources.list.d/vscode.list Checking to see what package that file belongs to:
dpkg -S /etc/apt/sources.list.d/vscode.list does not tell you. Apparently, it was installed by a version of raspberrypi-sys-mods. The justification offered is that they are recommending Visual Studio Code for use in programming the new Raspberry Pi Pico. It does have the effect of telling Microsoft about every installed version of Raspberry Pi OS as it does package archive updates. sudo rm /etc/apt/sources.list.d/vscode.list fixes the problem. On Sun, Feb 7, 2021 at 12:56 PM Erik Lane <[email protected]> wrote: > > Well, I had just done a dist-upgrade on a raspberry pi this past week, so I > checked it, and the sources.list file only has a single entry: the > raspbian.raspberrypi.org one. This is on the latest 'buster' version on a > model 4B V1.2 with 4GB, but I doubt that matters. > > Just to be sure, I ran another apt update/upgrade this morning, and the > sources are still the same. > > > > On Sun, Feb 7, 2021 at 12:13 PM Jake Bottero <[email protected]> wrote: > > > Soylent News had a story on this. It relates to Visual Studio. > > > > On Sun, Feb 7, 2021 at 11:50 AM Ben Koenig <[email protected]> wrote: > > > > > Can any actual Raspberry Pi users confirm what the latest sources.lst > > > repos are for Raspberry Pi OS? > > > > > > > > > There's some chatter going around about a recent update that gives MS > > > more visibility of linux users, but I'm not finding any reporting from a > > > reputable source. Figured I'd check with someone who actually has that > > > hardware/software before getting angry. > > > > > > -Ben > > > > > > _______________________________________________ > > > PLUG: https://pdxlinux.org > > > PLUG mailing list > > > [email protected] > > > http://lists.pdxlinux.org/mailman/listinfo/plug > > > > > -- > > - Jake Bottero > > www.BotteroNet.com > > _______________________________________________ > > PLUG: https://pdxlinux.org > > PLUG mailing list > > [email protected] > > http://lists.pdxlinux.org/mailman/listinfo/plug > > > _______________________________________________ > PLUG: https://pdxlinux.org > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug _______________________________________________ PLUG: https://pdxlinux.org PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
