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

### Feature Request Due to the company's QAC testing rules, the `@` symbol cannot appear in code comments. But when I use `/**` to generate comments, the default is to...

Language Service
quick fix
enhancement

Type: Debugger **Describe the bug** - OS and Version: Windows 10 - VS Code Version: 1.50.1 - C/C++ Extension Version: 1.1.0-insider3 - Other extensions you installed (and if the issue...

debugger
Feature Request
help wanted

Add #include can be refactored in part to LexerBraceMatchers/Utilities in order to unify code for future purposes

Language Service
internal
Feature: Add '#include'

### Feature Request At this point, we have overloaded the "Experimental Features" setting and need a separate setting for A/B experimentation. The experimental features setting was originally created to roll...

Feature Request

### Feature Request Can we support the `"argsCanBeInterpretedByShell"` property in the `RunInTerminalRequest` as part of the Debug Adapter Protocol? Official release notes - https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_70.md#argscanbeinterpretedbyshell-for-runinterminalrequest This feature is supported by the...

debugger
Feature Request

Type: Debugger So I have to click through all the callstacks of each thread in order to find out what's happening. With 20 threads, this becomes a huge chore. Can...

debugger
Feature Request

### Feature Request Currently, I don't find the configuration to let cpp tooltip correctly render \code section in comment, so I request this feature which I think is really helpful.

Language Service
Feature Request
Feature: Doc comments

### Feature Request It seems by default gdb enables pretty printing if launched from command line. But for some reason `-enable-pretty-printing` has to be set explicitly in launch.json for vscode....

debugger
Feature Request
help wanted

Type: Debugger **Describe the bug** - OS and Version: **Windows_NT x64 10.0.19042** - VS Code Version: **1.51.1 (also tried with Insiders, the issue still occurs)** - C/C++ Extension Version: **1.1.2**...

debugger
Feature Request

Even if nothing changes or after any minor change that shouldn't require reparsing all the TUs. The visible TUs are restarted immediately and the non-visible TUs are killed and restarted...

bug
Language Service
performance
Feature: Configuration Provider