10 results found
-
October 2022 (version 1.73) - Visual Studio Code
Learn what is new in the Visual Studio Code October 2022 Release (1.73)
-
Download Visual Studio Code - Mac, Linux, Windows
Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.
-
Portable mode - Visual Studio Code
Visual Studio Code supports a Portable mode that enables moving your installation and related data to a different location.
-
Setting up Visual Studio Code
Setting up Visual Studio Code VS Code is a free code editor, which runs on the macOS, Linux, and Windows operating systems. Getting up and running with Visual Studio Code is quick and easy. It is a small download so you can install in a matter of minutes and give VS Code a try. VS Code is lightweight and should run on most available hardware and platform versions. You can review the System ...
-
Visual Studio Code debug configuration
Learn how to configure debugging in Visual Studio Code with launch.json, including attributes, variable substitution, and compound configurations.
-
Using C++ on Linux in VS Code
Using C++ on Linux in VS Code In this tutorial, you will configure Visual Studio Code to use the GCC C++ compiler (g++) and GDB debugger on Linux. GCC stands for GNU Compiler Collection; GDB is the GNU debugger. After configuring VS Code, you will compile and debug a simple C++ program in VS Code. This tutorial does not teach you GCC, GDB, Ubuntu or the C++ language. For those subjects, there ...
-
Workspace Trust - Visual Studio Code
Visual Studio Code Workspace Trust folder securityEnabling extensions What happens if you want to use Restricted Mode but your favorite extension doesn't support Workspace Trust? This can happen if an extension, while useful and functional, isn't being actively maintained and hasn't declared their Workspace Trust support. To handle this scenario, you can override the extension's trust state ...
-
September 2022 (version 1.72) - Visual Studio Code
Learn what is new in the Visual Studio Code September 2022 Release (1.72)
-
Visual Studio Code on Linux
AUR package for Arch Linux There is a community-maintained Arch User Repository package for VS Code. To get more information about the installation from the AUR, consult the following wiki entry: Install AUR Packages. Nix package for NixOS (or any Linux distribution using Nix package manager) There is a community-maintained VS Code Nix package in the nixpkgs repository. To install it by using ...
-
Using Proposed API | Visual Studio Code Extension API
There is a sample using proposed APIs: proposed-api-sample. Proposed API incompatibility On the main branch, the vscode.proposed.
.d.ts is always compatible with vscode.d.ts. However, when you add vscode.proposed. .d.ts to your project that uses @types/vscode, the latest vscode.proposed. .d.ts might be incompatible with the version in @types/vscode. You can solve ...