10 results found
-
Product Icon Reference | Visual Studio Code Extension API
Product Icon Reference Visual Studio Code contains a set of built-in icons that are used in views and the editor, but can also be used in hovers, the status bar, and by extensions. These icons are product icons as opposed to file icons, which are used next to file names throughout the UI. The product icons that ship with VS Code are contained in the Codicon icon font and form the default ...
-
The Icon Journey - Visual Studio Code
The Icon Journey October 24, 2017 Chris Dias, @chrisdias TL;DR Thanks for all the passionate feedback. It has been very helpful, painful, and entertaining all at the same time. We're changing the orange icon to blue for Stable and keeping green for Insiders. What is your favorite color? In Monty Python and the Holy Grail, the bridge keeper asks Sir Lancelot three questions before allowing him ...
-
Download Visual Studio Code Insiders
For early adopters, you can get the latest release of VS Code each day with the Insiders Build. Available on Mac, Linux and Windows.
-
File management Search and replace Keyboard shortcuts for Windows
Other operating systems’ keyboard shortcuts and additional unassigned shortcuts available at aka.ms/vscodekeybindings
-
Create a Dev Container - Visual Studio Code
Create a Dev Container The Visual Studio Code Dev Containers extension lets you use a Docker container as a full-featured development environment. It allows you to open any folder or repository inside a container and take advantage of Visual Studio Code's full feature set. A devcontainer.json file in your project tells VS Code how to access (or create) a development container with a well ...
-
Using WebAssembly for Extension Development - Visual Studio Code
Using WebAssembly for Extension Development May 8, 2024 by Dirk Bäumer Visual Studio Code supports the execution of WASM binaries through the WebAssembly Execution Engine extension. The primary use case is to compile programs written in C/C++ or Rust into WebAssembly, and then run these programs directly in VS Code. A notable example is Visual Studio Code for Education, which utilizes this ...
-
August 2021 (version 1.60) - Visual Studio Code
Learn what is new in the Visual Studio Code August 2021 Release (1.60)
-
June 2022 (version 1.69) - Visual Studio Code
Learn what is new in the Visual Studio Code June 2022 Release (1.69)
-
Using GCC with MinGW - Visual Studio Code
Using GCC with MinGW In this tutorial, you configure Visual Studio Code to use the GCC C++ compiler (g++) and GDB debugger from mingw-w64 to create programs that run on Windows. After configuring VS Code, you will compile, run, and debug a Hello World program. This tutorial does not teach you about GCC, GDB, minGW-w64, or the C++ language. For those subjects, there are many good resources ...
-
October 2019 (version 1.40) - Visual Studio Code
Welcome to the October 2019 release of Visual Studio Code. As announced in the October iteration plan, we focused on housekeeping GitHub issues and pull requests as documented in our issue grooming guide. Across all of our VS Code repositories, we closed (either triaged or fixed) 4622 issues, which is even more than during our last housekeeping iteration in September 2018, where we closed 3918 ...