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 688 vscode-cpptools issues
Sort by recently updated
recently updated
newest added

Hi,My english is bad, I use translation software,Thank you for checking my question, I will add pictures and instructions after the work is finished tomorrow. Jump wrong line in .h...

bug
Language Service
investigate
Feature: Doc comments

**Type: LanguageService** **Describe the bug** - OS and Version: Win 10 - VS Code Version: 1.34 - C/C++ Extension Version: 0.23.1 - Other extensions you installed (and if the issue...

Language Service
Feature Request

### Environment - OS and Version: Windows_NT x64 10.0.19043 - VS Code Version: 1.70.2 - C/C++ Extension Version: 1.11.5 ### Bug Summary and Steps to Reproduce Bug Summary: When opening...

bug
Language Service
performance
investigate

See https://github.com/microsoft/vscode-cpptools/wiki/Attaching-debugger-to-cpptools-or-cpptools%E2%80%90srv . The steps don't work. It just shows the blue message below and then the yellow message (and crash message) after disconnecting: ![image](https://user-images.githubusercontent.com/19859882/187313563-ce9bf397-7b34-46fc-8c8a-bd669c861ed1.png) and ![image](https://user-images.githubusercontent.com/19859882/187313597-9e74bf8d-6689-4643-a8a1-f1530c4f1046.png) Previously there was...

### Environment - OS and Version: windows 11 - VS Code Version: 1.70.2 - C/C++ Extension Version: 1.11.5 - WSL remote: Ubuntu 20.04 ### Bug Summary and Steps to Reproduce...

duplicate
Language Service
more info needed
symlinks

1. Set the `C_Cpp.doxygen.generatedStyle` to either `/**` or `/*!` and set `C_Cpp.doxygen.generateOnType` to true. 2. Type the Doxygen style over a function. Actual result: Doxygen comment stub is not generated....

bug
Language Service
Feature: Doc comments

### Environment - OS and Version: windows 10 - VS Code Version: 1.69.2 - C/C++ Extension Version: 1.11.5 - Other extensions you installed (and if the issue persists after disabling...

Language Service
Visual Studio
Feature: Code Formatting

I'm trying to debug an STM32 microcontroller through OpenOCD in VSCode 1.13.0 on Windows 10. I have this launch.json: ``` { "version": "0.2.0", "configurations": [ { "name": "ARM GDB Launch",...

debugger
embedded

### Environment - OS and version: MacOS 12.4 - VS Code: 1.70.2 (Universal) Commit: e4503b30fc78200f846c62cf8091b76ff5547662 - C/C++ extension: v1.12.1 - OS and version of remote machine (if applicable): - GDB...

external

### Environment - OS and version: Windows 7 with SP1 - VS Code: 1.70.2 - C/C++ extension: v1.12.1 (Pre-release) - OS and version of remote machine (if applicable): None -...

debugger
investigate
tasks/build/debug
Not Repro - Internal