- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 132字
- 2021-06-25 22:00:34
Installing and setting up Visual Studio Code on Linux
Visual Studio Code, being a cross-platform editor, can be installed on many variants of Linux OS, with packages for other Linux distributions being added gradually. To install Visual Studio Code on Ubuntu, perform the following steps:
- Download the .deb package meant for Ubuntu and Debian variants of Linux from https://code.visualstudio.com/download.
- Install the downloaded file from the terminal, which will install the editor, the apt repository, and signing key, to ensure the editor can be automatically updated when the system update command is run:
sudo dpkg -i <package_name>.deb
sudo apt-get install -f
- After a successful installation, you should be able to launch the newly installed Visual Studio Code editor. The editor has a slightly similar look and feel to that of Visual Studio IDE.
推薦閱讀
- Scala Design Patterns
- JavaScript Unlocked
- Learning Bayesian Models with R
- 實戰Java程序設計
- Learning Network Forensics
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- BeagleBone Black Cookbook
- C專家編程
- Python Interviews
- Mastering Concurrency Programming with Java 9(Second Edition)
- 軟件測試分析與實踐
- Microsoft Windows Identity Foundation Cookbook
- 用Go語言自制編譯器
- Mastering Vim
- 計算機視覺增強現實應用平臺開發