- 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.
推薦閱讀
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程(第2版)
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- 新編Visual Basic程序設(shè)計上機實驗教程
- 軟件界面交互設(shè)計基礎(chǔ)
- Arduino開發(fā)實戰(zhàn)指南:LabVIEW卷
- Designing Hyper-V Solutions
- Scratch真好玩:教小孩學(xué)編程
- Implementing Cisco Networking Solutions
- 深入淺出DPDK
- Easy Web Development with WaveMaker
- Learning ELK Stack
- Mastering Linux Security and Hardening
- Python從入門到精通
- Django 5企業(yè)級Web應(yīng)用開發(fā)實戰(zhàn)(視頻教學(xué)版)
- Building Business Websites with Squarespace 7(Second Edition)