vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Official repository for the Microsoft C/C++ extension for VS Code.

Results 758 vscode-cpptools issues
Sort by recently updated
recently updated
newest added

Via the Debug C/C++ file button I see cl.exe and LLVM clang, but not mingw g++. I see it being added as a known compiler in the TypeScript debugger, but...

tasks/build/debug
enhancement

The 'undefine' (/U and -U) compiler args are not currently supported. Since is argument can be used to undefine even system defines, it would be necessary to keep track the...

bug
Language Service
compiler support

When a file is open in the editor, VS Code decodes it and provide extensions with UTF-8 content. When a header is read directly from disk, cpptools must do the...

Language Service
world ready
internal

> I am getting this crash with the release and beta versions, and I would *love* to help you track this down because intellisense has always been hit or miss...

bug
Language Service
reliability
regression

We have a repro internally with main.cpp line 208 (call to fclose). It adds `".h"` instead of `"/.h"` where `` is not in the includePaths (but its parent is). It's...

bug
Language Service
Feature: Extract to function

The C/C++ Extension currently deals with inactive regions using a per-line granularity, but the IntelliSense engine provides inactive regions with line/column (offset) granularity. Trying to reduce that granularity to per-line...

bug
Language Service
Feature: Colorization

I edited a C project folder on my Mac through SMB, but I noticed that when I press Cmd + Shift + P and type C/C++, there is no C/C++:...

Language Service
more info needed
Feature: Configuration

### Environment - OS and Version: all - VS Code Version: all - C/C++ Extension Version: all - If using SSH remote, specify OS of remote machine: both ### Bug...

external
more info needed
by design
Visual Studio Code

### Environment Environment is irrelevant to this bug ### Bug Summary and Steps to Reproduce The formatter with default configuration enforces this format ```c++ delegate([this]() { std::this_thread::sleep_for(std::chrono::milliseconds(1000)); next_query(); }); ```...

Language Service
more info needed
Feature: Code Formatting

### Environment - OS and Version: Ubuntu 24.04.3 LTS - VS Code Version:1.106.3 bf9252a2fb45be6893dd8870c0bf37e2e1766d61 x64 - C/C++ Extension Version: 1.28.3 - If using SSH remote, specify OS of remote machine:...

bug
Language Service
Visual Studio