Translations:Modding:Setting up your Development Environment/97/en
From Vintage Story Wiki
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 |