10 results found
-
AI Toolkit for Visual Studio Code
Build, test, and deploy AI applications with AI Toolkit for Visual Studio Code. Features model playground, prompt engineering, batch evaluation, fine-tuning, and multi-modal support for LLMs and SLMs.
-
Visual Studio Code Server
Using Visual Studio Code ServerVisual Studio Code Server The Visual Studio Code Server is a service you can run on a remote development machine, like your desktop PC or a virtual machine (VM). It allows you to securely connect to that remote machine from anywhere through a local VS Code client, without the requirement of SSH. What is the VS Code Server? In VS Code, we want users to seamlessly ...
-
Visual Studio Code for the Web
Visual Studio Code for the Web Visual Studio Code for the Web provides a free, zero-install Microsoft Visual Studio Code experience running entirely in your browser, allowing you to quickly and safely browse source code repositories and make lightweight code changes. To get started, go to https://vscode.dev in your browser. VS Code for the Web has many of the features of VS Code Desktop that ...
-
Variables reference - Visual Studio Code
Variables reference Visual Studio Code supports variable substitution in Debugging and Task configuration files, and for some select settings. Variable substitution is supported inside some key and value strings in launch.json and tasks.json files by using the $ {variableName} syntax. Predefined variables The following predefined variables are supported:
-
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 ...
-
Configure C/C++ debugging - Visual Studio Code
Configure C/C++ debugging A launch.json file is used to configure the debugger in Visual Studio Code. Visual Studio Code generates a launch.json (under a .vscode folder in your project) with almost all of the required information. To get started with debugging you need to fill in the program field with the path to the executable you plan to debug. This must be specified for both the launch and ...
-
October 2023 (version 1.84) - Visual Studio Code
Welcome to the October 2023 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: More audio cues - New audio cues to indicate clear, save, and format activity. Activity bar position - Move Activity bar to the top for compact display. Hide editor tabs - Show multiple, single, or no editor tabs. Maximize Editor Groups ...
-
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 Linux
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
-
Visual Studio Code and GitHub Copilot AI
Note: If you like to learn about the latest GitHub Copilot experience in Visual Studio Code, go to the GitHub Copilot in VS Code topic, where you'll find details on the Copilot editor integration and Copilot Chat features such as inline Chat, the dedicated Chat view, and Quick Chat.