vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
Hello.c
Type: Bug dont want copilot Extension version: 1.26.1 VS Code version: Code 1.100.3 (258e40fedc6cb8edf399a463ce3a9d32e7e1f6f3, 2025-06-02T13:30:54.273Z) OS version: Windows_NT x64 10.0.26100 Modes: System Info |Item|Value| |---|---| |CPUs|AMD Ryzen 5 7530U with...
gcc emulation: Intellisense produces error where GCC does not in the case of statement expressions
### Environment - OS and Version: macOS Sequoia 15.5 - VS Code Version: 1.100.3 - C/C++ Extension Version: 1.25.3 - If using SSH remote, specify OS of remote machine: Ubuntu...
Colen was recommending this as a way to avoid clearing the configuration cache, but it seemed unnecessary to me.
### Feature Request When formatting C/C++ code, the highlighting of macro definitions is often problematic. I would like the alignment of macro definitions to be consistent with the log format,...
We had previously been using the `editorconfig` module to parse `.editorConfig` files. Due to an issue that occurred on some systems, because of a dependency of that module, we removed...
Hello :) Coming from this #13463 thread where I explain a bit the aim and context, but to sum it up: - Support naive early attach / preattach for scenarios...
### Environment - OS and version: Ubuntu 24.04 LTS - VS Code: ``` Version: 1.100.3 Commit: 258e40fedc6cb8edf399a463ce3a9d32e7e1f6f3 Date: 2025-06-02T13:30:54.273Z Electron: 34.5.1 ElectronBuildId: 11369351 Chromium: 132.0.6834.210 Node.js: 20.19.0 V8: 13.2.152.41-electron.0 OS:...
### Environment - OS and version: windows 10.0.19045 - VS Code: 1.95.3 - C/C++ extension: 1.22.11 - GDB / LLDB version: 14.1 ### Bug Summary and Steps to Reproduce Bug...
### Environment - OS and Version: fedora - VS Code Version: v1.25.3 - C/C++ Extension Version: v IntelliSenseauto detect not working for class and function in ### Bug Summary and...
This change removes the requirement of running VS Code from a Developer Command Prompt in order to build with the Visual Studio C++ compiler on Windows. #### Two commands are...