vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
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...
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...
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...
> 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...
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...
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...
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++:...
### 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...
### 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(); }); ```...
### 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:...