- Lua Quick Start Guide
- Gabor Szauer
- 132字
- 2021-08-05 10:30:34
Installing VS Code on Linux
These instructions are written for Ubuntu Linux 16.04. The steps needed to install Lua are the same for Ubuntu Linux 12.04 and higher.
- Go to http://code.visualstudio.com/ and download the Visual Studio Code installer .deb file. Take note of the name of the downloaded file; the version I am using is named code_1.9.1-1486597190_amd64.deb.
- Once downloaded, launch a new Terminal window. Navigate the Terminal to the downloads folder with the following command: cd ~/Downloads.
- Next, install the .deb file with the following command: sudo dpkg -i ./code_1.9.1-1486597190_amd64.deb. The filename might be different based on the version of VS Code you downloaded.
- Fix any missing or broken dependencies with the following command: sudo apt-get install -f.
- Visual Studio Code is now installed, and there are no further actions to take.
推薦閱讀
- Mastering AWS Lambda
- PWA入門與實踐
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- Java Web基礎與實例教程(第2版·微課版)
- Vue.js快跑:構建觸手可及的高性能Web應用
- 實戰Java程序設計
- Designing Hyper-V Solutions
- 64位匯編語言的編程藝術
- 量化金融R語言高級教程
- Building Android UIs with Custom Views
- SQL Server實例教程(2008版)
- Offer來了:Java面試核心知識點精講(框架篇)
- Less Web Development Cookbook
- Practical Time Series Analysis