Setup VSCode
Version Maintained by the Community
Install by Package Manger:
sudo pacman -S --noconfirm code
Disadvantages:
Some plugins (e.g. Microsoft VSCode Remote Connection Service) Not supported
Official Release
By using it, you agree to the terms and conditions of Microsoft Corporation. RPM version:
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
dnf check-update
sudo dnf install code -y
赞助作者 (Sponse me):

