RPi-Distro / repo

Issue tracking for the archive.raspberrypi.org repo
37 stars 1 forks source link

VS Code is stuck on 1.83.0 in the Pi Bookworm repo. #363

Closed trejan closed 8 months ago

trejan commented 8 months ago

The latest VS Code is 1.85.2 but the archive.raspberrypi.com Bookworm repo only shows 1.83.0. The Bullseye and Buster repos on archive.raspberrypi.com do have the latest 1.85.2. It is only the Bookworm repo that is out of date for some reason.

Bookworm:

$ apt policy code
code:
  Installed: (none)
  Candidate: 1.83.0-1696349969
  Version table:
     1.83.0-1696349969 500
        500 http://archive.raspberrypi.com/debian bookworm/main arm64 Packages

Bullseye:

$ apt policy code
code:
  Installed: (none)
  Candidate: 1.85.2-1705560689
  Version table:
     1.85.2-1705560689 500
        500 http://archive.raspberrypi.org/debian bullseye/main arm64 Packages
XECDesign commented 8 months ago

Thanks for reporting the issue. It should be resolved now.

trejan commented 8 months ago

Thanks for the quick fix. I confirm that 1.83.2 is available from the Bookworm repo.