vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
### Feature Request Consider following code ```cpp void a(int aa, int bb, int cc, const char *file); #define b(x, y, z) a(x, y, z, __FILE__) int main() { a(1, 2,...
### Environment - OS and Version: Windows 10 - VS Code Version: 1.69.2 - C/C++ Extension Version: v1.11.4 - Other extensions you installed (and if the issue persists after disabling...
### Environment - OS and Version: macOS 12.4 - VS Code Version: June 2022 (version 1.69) - C/C++ Extension Version: 1.11.4: July 21, 2022 - Other extensions you installed (and...
Bug type: Debugger **Describe the bug** - OS and Version: Windows 10, 19044.1348 - VS Code Version: 1.62.3 - C/C++ Extension Version: 1.7.1 - Other extensions you installed (and if...
Thanks for the great work on this; I am successfully using vscode-cpptools to work on a >2m line Qt project with no hitches so far :+1: :smile: Refactoring is a...
The drop-down for `Add debug configuration` and `Run and Debug` play button needs to be updated. The current screenshots don't have these items: "`recently used task`" and "`the compiler path`"...
Bug type: Language Service **Describe the bug** - OS and Version: OS: Linux x64 5.16.11-76051611-generic- C/C++ Extension Version: - VS Code Version: Version: 1.65.2 Commit: c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1 Date: 2022-03-10T15:36:26.048Z Electron: 13.5.2...
Bug type: Language Service **Describe the bug** - OS and Version: Windows 10 19042.1466 - VS Code Version: Version: 1.64.2 (user setup) Commit: f80445acd5a3dadef24aa209168452a3d97cc326 Date: 2022-02-09T22:02:28.252Z Electron: 13.5.2 Chromium: 91.0.4472.164...
Bug type: Debugger If I don't have GDB installed (yet), and try to use the 'build and debug active file' feature (on Linux, with g++), I get an error message:...
Seems low priority for now. The YAML pipeline seems to have get around some PAT issue with the classic pipelines.