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

Type: LanguageService Hello, i posted the following request in the VSCode repository, but they said it is an issue for the extension, therefore i would like to request this feature...

Language Service
Feature Request

### Environment - OS and version: Windows 11 Home 21H2 - VS Code: 1.71.1 - C/C++ extension: 1.12.4 - OS and version of remote machine (if applicable): - GDB /...

The examples I gave all look like they have been fixed, however I found a new example that is not outlined correctly: ```cpp namespace foo::bar { namespace baz::inline boop {...

bug
Language Service
fixed (release pending)
Visual Studio
Feature: Document Symbol

In the following code: ```cpp #define Get2ndVariadicArg(a, b, ...) b #define Assert(condition, ...) HandleAssert("msg", Get2ndVariadicArg(0, ##__VA_ARGS__, #condition)) #define HandleAssert(msg, format) MyAssert(msg, format) int main() { void * p = nullptr;...

bug
Language Service
fixed (release pending)
Visual Studio

### Environment - OS and version: Ubuntu 16 - VS Code: 1.70.2 - C/C++ extension: 1.2.0 - OS and version of remote machine (if applicable): - GDB / LLDB version:...

debugger
more info needed

### Environment - OS and version: Windows 11 21H2 - VS Code Version: 1.71.0 (user setup) - C/C++ extension: 1.12.4 - OS and version of remote machine (if applicable): RaspberryOS...

debugger
investigate

Repro is ```json "C_Cpp.codeAnalysis.clangTidy.checks.disabled": [ "clang-diagnostic-implicit-function-declaration" ] ``` Not sure what the ideal fix would be or if this case matters enough to worry about. We could possibly add all...

bug
Language Service
Feature: Code Analysis

### Environment - OS : Windows 10 - VS Code: 1.71 - C/C++ extension: 1.12.4 - GDB / LLDB version: Cygwin 11.2-1 ### Bug Summary and Steps to Reproduce Bug...

debugger
investigate

### Environment - OS and version: Win 11 21H2 - VS Code: 1.70.2 - C/C++ extension: 1.12.2 - GDB / LLDB version: GNU 9.2 ### Bug Summary and Steps to...

debugger
fixed (release pending)

### Feature Request in Clang-format v14 you can specify a file path using `-style=file:` however, variable expansions do not work in setting "C_Cpp.clang_format_style" i.e something like "C_Cpp.clang_format_style": "file:${workspaceFolder}/tools/.clang-format" is not...

bug
Language Service
fixed (release pending)
quick fix
Feature: Code Formatting