Skip to content

Visual Studio Code editor

Visual Code Studio adalah sebuah code editor gratis yang bisa dijalankan di perangkat desktop berbasis Windows, Linux, dan MacOS. Code editor ini dikembangkan oleh salah satu raksasa teknologi dunia, Microsoft.

Installation

Method 1: Install Visual Studio Code on Debian 12 Using Snap

Step 1: Install snapd
Terminal window
sudo apt install snapd
Step 2: Enable Snap
Terminal window
sudo systemctl enable snapd && sudo systemctl start snapd
Step 3: Install VS Code
Terminal window
sudo snap install code --classic

Done,you can launce VS code using Terminal with type:

Terminal window
code

or find on Launcher

Method 2: Install VS Code on Debian 12 Using the .deb File

Navigate to the Downloads page on the VS Code’s official website and click on the dropdown menu to choose the “.deb” file.

using terminal type:

Terminal window
sudo apt install ./<deb file name>

Method 3: Install Visual Studio Code on Debian 12 Using the Flatpak

Step 1: Install Flatpak
Terminal window
sudo apt install flatpak
Step 2: Add the flathub Repository
Terminal window
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Step 3: Install VS Code
Terminal window
flatpak install flathub com.visualstudio.code

Fitur-Fitur Visual Code Studio

Basic Editing
IntelliSense
Debugging
Extension Marketplace
Github Integration

Shortcut VS code

Extensi VSCode yg wajib dimiliki Web Developer