Install Visual Studio Code on Linux, Open Source Code Editor and Cross Platform Made by Microsoft
Visual Studio Code or also known as VS Code is a software code editor / text editor Microsoft’s creation. Visual Studio Code was first announced on April 29, 2022. Then on November 18, 2022, Visual Studio Code was officially released.
Although Microsoft is famous for companies that issue a lot of licensed applications proprietary, but this time Microsoft makes Visual Studio Code as an application open source. Visual Studio Code is licensed under the MIT License and source code from Visual Studio Code published on GitHub.
Another interesting thing is that Visual Studio Code is an application cross-platform. Visual Studio Code can not only run on Microsoft’s own operating system, namely Windows, Visual Studio Code can also run on OS X and Linux operating systems.
Visual Studio Code was created using framework electrons. Even though using framework Electron, Visual Studio Code does not use Atom and uses components instead editor named Monaco. Monaco is a component editor used in Visual Studio Online.
Visual Studio Code supports many programming languages and has features that can help you in writing programs, some features are only available for certain programming languages.
Some of the features that exist in Visual Studio Code you may have seen in some applications text editor others, but there are also new features that only exist in Visual Studio Code that might be your consideration for switching to Visual Studio Code.
Visual Studio Code Features
Some of the features possessed by Visual Studio Code are such as:
Debugging
Feature debugging will help you find errors or bugs in a program or an operation that you write. You can do debug breakpoint and others, or you can see the value of a variable directly real time, from the left side of the application.
IntelliSense
The IntelliSense feature will make it easier for you to write code program. IntelliSense has the ability or equip code automatically or also known as auto-complete.
When you write codesthis feature will display pop-up syntax-syntax advanced forecast codes that you can choose to complete the code you are writing.
Syntax it can be codes foundation in a particular programming language that you are writing or are code that you wrote earlier above, like variable etc.
Git Control Integration
With the Git Control Integration feature we can easily do commit directly from Visual Studio Code, see changes in repository and Visual Studio Code will also notify you if there is a conflict in your git repository.
You can integrate Visual Studio Code with various services host Git on line which exists.
Extensible
If you want additional features, you can install the extensions you need. Like adding new language support and connecting with additional services you want.
Customizable
Visual Studio Code is also very customizable, you can set up Visual Studio Code the way you want. You can change the theme from editor Visual Studio Code, change keyboard combination or shortcuts, and so forth.
Install Visual Studio Code on Debian, Ubuntu and their derivatives
To install Visual Studio Code on Debian, Ubuntu and other distributions that are derivatives of Debian and Ubuntu, you can install it using package files “.deb”.
At the moment package files “.deb” from Visual Studio Code is only available for 64 bit systems. If you are using a 32 bit system, you can download binaries from Visual Studio Code and do the installation manually yourself.
Download package files “.deb” from Visual Studio Code at this link.
If link the one above error or unable to download, you can download Visual Studio Code directly from the page official Visual Studio Code at this link.
download files “.deb” Visual Studio Code until it’s finished.
After package files You have successfully downloaded “.deb” from Visual Studio Code. Make sure or check where the downloaded file is, if you are still a little layman about how to install package files deb”, follow these steps.
Move the file to a folder “Home”. Then open Terminal and install Visual Studio Code using the following command:
sudo dpkg -i nama_file.deb
Replace the word “file_name” in the command with the name of the downloaded Visual Studio Code file that you downloaded. Adjust the name with the file name and version of the Visual Studio Code that you downloaded earlier, for example:
sudo dpkg -i code_1.13.1-1497464373_amd64.deb
Wait and make sure the Visual Studio Code installation process is successful without it error.
By installing Visual Studio Code from files deb”, you have also automatically added apt repository as well as signing key which allows you to do updates Visual Studio Code automatically changes to a new version when a newer version is available.
After successfully installing Visual Studio Code, you must also install the dependencies required by Visual Studio Code. You can install these dependencies by entering the following command in Terminal:
sudo apt-get install -f
Wait for the installation process to succeed and run well. When you’re done, you can run Visual Studio Code from the Ubuntu Dash or Application Menu and start using Visual Studio Code to write the programs you want to work on.