Skip to content

Instantly share code, notes, and snippets.

@JuanM04
Created May 2, 2021 00:13
Show Gist options
  • Save JuanM04/070c09de746f8d0e7727a9f4125b83db to your computer and use it in GitHub Desktop.
Save JuanM04/070c09de746f8d0e7727a9f4125b83db to your computer and use it in GitHub Desktop.
VSCode Fedora Repo

VSCode Repo file

How to install:

sudo dnf config-manager --add-repo https://gist.githubusercontent.com/JuanM04/070c09de746f8d0e7727a9f4125b83db/raw/vscode.repo
sudo dnf install code
[code]
name=Visual Studio Code
baseurl=https://packages.microsoft.com/yumrepos/vscode
enabled=1
gpgcheck=1
gpgkey=https://packages.microsoft.com/keys/microsoft.asc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment