Ubuntu How To Install Visual Studio Code
How to Install Visual Studio Code in Ubuntu eighteen.04
Visual Studio Code, as well known equally VS Code is a lightweight IDE developed past Microsoft. Mainly designed for spider web awarding development and accept congenital in support pop JavaScript frameworks, also has back up for many different programming languages such every bit PHP, Java, Go, C++, C#, Python and many more.
VSCode is cantankerous platform text editor and can be installed on Windows, Mac and Linux. This tutorial explains how to install Vscode on Ubuntu 18.04 Desktop operating organization.
Visual Studio Lawmaking is at present available in the Ubuntu snap packet manager and this is also the quickest and easiest way to Install Visual Studio Code in Ubuntu 18.04.
To install VS Code, open up the Ubuntu terminal and run:
sudo snap install vscode --archetype
And that is all you have to do, if you want to uninstall vscode, simply run:
sudo snap remove vscode
To update visual studio code to latest stable version, run:
sudo snap refresh vscode
Alternatively, you tin can install the snap version of Vscode from the Ubuntu software center, if yous don't desire to utilise command line interface.
Downloading and installing the deb parcel
If you don't desire to use snap bundle, then there is another way to install latest version of visual studio code on Ubuntu, by downloading the deb parcel.
- Download Visual Studio Code for Ubuntu xviii.04 – Open up the web browser and navigate to https://code.visualstudio.com/ and download the .deb installer to your hard disk.
- Install the deb packet – After the download is complete, correct click on the Vscode deb packet and click: "Open With Software Install".
Control Line tool
Vscode includes a control line tool called 'code' to collaborate with the IDE. For case, to open VS Code from the control line, merely run:
lawmaking
To open a file, run:
code file_name
To open a Folder, run:
lawmaking /path/to/folder/
Print version:
code -v
List the installed extensions:
lawmaking --listing-extensions
Installs or updates the extension.
code --install-extension extension-id
Uninstalls an extension:
code --uninstall-extension extension-id
For command line assistance, type:
code -h
Vscode is a corking text editor for your Ubuntu desktop. It is a lightweight lawmaking editor for web application and software evolution and comes with a huge set of extensions to improve your coding feel for many different languages and technologies, including JavaScript, TypeScript, Angular, Python, HTML, CSS, Docker, Azure, Go, C#, C++ and many more.
Source: https://www.ubuntu18.com/install-visual-studio-code-ubuntu-18/
Posted by: lanoueproatest40.blogspot.com
0 Response to "Ubuntu How To Install Visual Studio Code"
Post a Comment