10 results found
-
Model conversion file structure - Visual Studio Code
Model Conversion reference about project structure.Model conversion file structure This article explains the file structure generated during model conversion workflows and the purpose of each folder and file, including cache handling, history tracking, inference and so on. After creating the model project and running it several times, the file structure might look like this:
-
Manage context for AI - Visual Studio Code
Learn how to manage context when using AI in VS Code, including workspace indexing, #-mentions for files and symbols, web content references, and custom instructions.
-
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 ...
-
Configure C/C++ IntelliSense - Visual Studio Code
Configure C/C++ IntelliSense This article is about configuring the C/C++ extension to provide C++ specific IntelliSense suggestions in Visual Studio Code. IntelliSense is a helpful tool built into VS Code that provides various code editing features to help you code faster and more efficiently. For example, code completion, parameter info, syntax highlighting, Code Actions (light bulbs), and ...
-
Language Identifiers - Visual Studio Code
Note that casing matters for exact identifier matching ('Markdown' != 'markdown') The language identifier becomes essential for VS Code extension developers when adding new language capabilities or when replacing a language support. Every language defines its id through the languages configuration point in the extension's package.json file:
-
Visual Studio Code - The open source AI code editor
Visual Studio Code redefines AI-powered coding with GitHub Copilot for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
-
Code Navigation
Visual Studio Code is a first class editor - but it's also so much more with features such as IntelliSense and smart code navigation.
-
Glob Patterns Reference - Visual Studio Code
Visual Studio Code glob patterns referenceGlob Patterns Reference Visual Studio Code uses glob patterns in many components. Examples include setting file and folder includes/excludes in features such as Search, hiding files from the File Explorer or marking them readonly, and setting up programming language-specific file associations. Glob pattern syntax VS Code supports the following glob ...
-
Activation Events | Visual Studio Code Extension API
Activation Events Activation Events is a set of JSON declarations that you make in the activationEvents field of package.json Extension Manifest. Your extension becomes activated when the Activation Event happens. Here is a list of all available Activation Events: onAuthenticationRequest onChatParticipant onCommand onCustomEditor onDebug onDebugAdapterProtocolTracker ...
-
C/C++ for Visual Studio Code
Find out how to get the best out of Visual Studio Code and C++.