10 results found
-
Visual Studio Code FAQ
Visual Studio Code FAQ Our docs contain a Common questions section as needed for specific topics. We've captured items here that don't fit in the other topics. If you don't see an answer to your question here, check our previously reported issues on GitHub and our release notes. Open sourcing AI in VS Code We've open sourced the GitHub Copilot Chat extension under the MIT license and are ...
-
Introductory Videos - Visual Studio Code
Introductory Videos Start your journey using Visual Studio Code with this set of introductory videos! These videos are designed to give you an overview of VS Code's various features and quickly get you familiar with them. If you prefer going through a step-by-step guide to discover the key features, check out the VS Code tutorial. Linux users: Make sure you have the correct multimedia codecs ...
-
October 2023 (version 1.84) - Visual Studio Code
Learn what is new in the Visual Studio Code October 2023 Release (1.84)
-
Additional components and tools - Visual Studio Code
Additional components and tools Visual Studio Code is a small download by design and only includes the minimum number of components shared across most development workflows. Basic functionality like the editor, file management, window management, and preference settings are included. A JavaScript/TypeScript language service and Node.js debugger are also part of the base install. If you are ...
-
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 ...
-
VS Code Remote Development
GitHub Codespaces GitHub Codespaces provides remote development environments that are managed for you. You can configure and create a development environment hosted in the cloud, which is spun up and available when you need it. Questions or feedback See Tips and Tricks or the FAQ. Search on Stack Overflow. Add a feature request or report a problem.
-
Visual Studio Code on macOS
Install additional components Install Git, Node.js, TypeScript, language runtimes, and more. Install VS Code extensions from the Visual Studio Marketplace Customize VS Code with themes, formatters, language extensions and debuggers for your favorite languages, and more. Set up AI-assisted coding with GitHub Copilot
-
JavaScript extensions for VS Code
JavaScript extensions for VS Code Visual Studio Code supports many features for JavaScript and Node.js development. The features that ship with the downloaded product are the core features: debugging, IntelliSense, code navigation, etc. In addition, to these core features, you can install a large number of quality extensions to add features to VS Code for JavaScript development. Tip: To see ...
-
Java in Visual Studio Code
Java in Visual Studio Code Support for Java in Visual Studio Code is provided through a wide range of extensions. Combined with the power of core VS Code, these extensions give you a lightweight and performant code editor that also supports many of the most common Java development techniques. This article will give you an overview of different capabilities of Visual Studio Code for Java ...
-
Extension API - Visual Studio Code
Extension API Visual Studio Code is built with extensibility in mind. From the UI to the editing experience, almost every part of VS Code can be customized and enhanced through the Extension API. In fact, many core features of VS Code are built as extensions and use the same Extension API. This documentation describes: How to build, run, debug, test, and publish an extension How to take ...