Translations:Modding:Setting up your Development Environment/97/en

From Vintage Story Wiki
Revision as of 17:44, 26 February 2022 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
OS Download Command
Debian 8-10 download deb sudo dpkg -i /path/to/vscode/file.deb && sudo apt-get install -f
Ubuntu 18.04-20.04 download deb sudo apt install /path/to/vscode/file.deb
CentOS / RedHat / Fedora / SUSE download rpm rpm -ih /path/to/vscode/file.rpm
Arch package yay -S visual-studio-code-bin
Using Snap Download snapd sudo snap install code --classic
macOS download zip Run downloaded file
Other compile from source Follow the instructions to compile from source