Launch VS Code.
Open the Command Palette (⇧⌘P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command.
code --list-extensions
code --install-extension ms-vscode.cpptools
code --uninstall-extension ms-vscode.csharp
code --disable-extensions
bash -c "$(curl -fsSL https://raw.githubusercontent.com/songjiangfeng/vscode/master/install_vscode_exts.sh)"
bash -c "$(wget https://raw.githubusercontent.com/songjiangfeng/vscode/master/install_vscode_exts.sh -O -)"
download the bat file and run it on your pc
https://raw.githubusercontent.com/songjiangfeng/vscode/refs/heads/master/install_vscode_exts.bat