10 results found
-
Getting started with the terminal - Visual Studio Code
Enter a basic command like ls to list the files in the current directory. The terminal displays the output of the command, similar to a standalone terminal, except that you stay within the editor.
-
Terminal Basics - Visual Studio Code
Visual Studio Code has an integrated terminal to enable working in your shell of choice without leaving the editor.
-
Command Line Interface (CLI) - Visual Studio Code
Visual Studio Code command-line interface (switches).Select a profile You can launch VS Code with a specific profile via the --profile command-line interface option. You pass the name of the profile after the --profile argument and open a folder or a workspace using that profile. The command line below opens the web-sample folder with the "Web Development" profile: code ~/projects/web-sample ...
-
January 2023 (version 1.75) - Visual Studio Code
Welcome to the January 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: Profiles - Create and share profiles to configure extensions, settings, shortcuts, and more. VS Marketplace signing - Published extensions now code signed by default. Accessibility improvements - Terminal screen reader mode, new ...
-
Integrate with External Tools via Tasks - Visual Studio Code
Integrate with External Tools via Tasks Lots of tools exist to automate tasks like linting, building, packaging, testing, or deploying software systems. Examples include the TypeScript Compiler, linters like ESLint and TSLint as well as build systems like Make, Ant, Gulp, Jake, Rake, and MSBuild. These tools are mostly run from the command line and automate jobs inside and outside the inner ...
-
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 ...
-
Troubleshoot Terminal launch failures - Visual Studio Code
Troubleshoot Terminal launch failures To start, we'd like to say we're sorry that you're here reading this document instead of having a good time using the Integrated Terminal in Visual Studio Code. The VS Code team works hard to make the terminal experience as seamless as possible but in some cases, there are issues with shell or terminal configurations that the VS Code editor can't work ...
-
Language Model Tool API | Visual Studio Code Extension API
Language Model Tool API Language model tools enable you to extend the functionality of a large language model (LLM) in chat with domain-specific capabilities. To process a user's chat prompt, agent mode in VS Code can automatically invoke these tools to perform specialized tasks as part of the conversation. By contributing a language model tool in your VS Code extension, you can extend the ...
-
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.
-
Terminal Shell Integration - Visual Studio Code
Visual Studio Code's embedded terminal can integrate with some shells to enhance the capabilities of the terminal.