Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7653

C/C++ • Re: Vscode - the window is not responding

$
0
0
I had to reinstall code version 1.97 again

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 code
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)

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.deb
How to unhold the automatic update

Code:

sudo apt-mark unhold codesudo apt update && sudo apt upgrade code

Statistics: Posted by RaspyHat — Fri Mar 07, 2025 10:42 am



Viewing all articles
Browse latest Browse all 7653

Trending Articles