I had to reinstall code version 1.97 again
Explanation
1. Downloads after removing code
2. give you file permission to install code
3. Installs code
4. Stops automatic updating of code on raspberry pi
Use at your own risk. From ChatGPT. I just couldn't find any search results on how to install specific versions of VSCode
This is for people who are using 32-bit Raspberry Pi OS (Bookworm)How to unhold the automatic update
Code:
sudo apt remove code1. wget https://update.code.visualstudio.com/1.97.0/linux-deb-arm64/stable -O code_1.97.0-1_arm64.deb2. sudo chmod +r code_1.97.0-1_arm64.deb3. sudo apt install ./code_1.97.0-1_arm64.deb4. sudo apt-mark hold code1. Downloads after removing code
2. give you file permission to install code
3. Installs code
4. Stops automatic updating of code on raspberry pi
Use at your own risk. From ChatGPT. I just couldn't find any search results on how to install specific versions of VSCode
This is for people who are using 32-bit Raspberry Pi OS (Bookworm)
Code:
1. wget https://update.code.visualstudio.com/1.97.0/linux-deb-armhf/stable -O code_1.97.0-1_armhf.deb2. sudo chmod +r code_1.97.0-1_armhf.deb3. sudo apt install ./code_1.97.0-1_armhf.debCode:
sudo apt-mark unhold codesudo apt update && sudo apt upgrade codeStatistics: Posted by RaspyHat — Fri Mar 07, 2025 10:42 am