sudorpm--importhttps://packages.microsoft.com/keys/microsoft.ascsudo 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'
Update the package cache and install
dnfcheck-updatesudodnfinstallcode
dnfupdatesudodnfinstall-ycode
Nerd font configuration to make terminal look good 😄
"terminal.integrated.fontFamily": "'CaskaydiaCove Nerd Font Mono'","editor.fontLigatures": true,"terminal.integrated.gpuAcceleration": "canvas","terminal.integrated.lineHeight": 1.3,"azureTerraform.terminal": "integrated"