vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
### 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...
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...
Add #include can be refactored in part to LexerBraceMatchers/Utilities in order to unify code for future purposes
### 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 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...
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...
### 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.
### 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....
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**...
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...