vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
To catch bugs like https://github.com/microsoft/vscode-cpptools/issues/12849 . This is separate from https://github.com/microsoft/vscode-cpptools/issues/11963 , which would add TypeScript test coverage.
It works with 1.21.6.
### Environment - OS and Version: Windows_NT x64 10.0.22631 - VS Code Version: 1.93.1 - C/C++ Extension Version: 1.21.6 - If using SSH remote, specify OS of remote machine: Ubuntu...
Bug type: Language Service **Describe the bug** The autocompletion engine doesn't seem to provide suggestions for `goto` statement labels in C/C++. - OS and Version: MacOS Monterey, 12.1 - VS...
### Environment - OS and Version: Windows 10 Enterprise 22H2 - VS Code Version: 1.93.1 - C/C++ Extension Version: v1.22.6 (pre-release) - If using SSH remote, specify OS of remote...
 This is awful. I was previously able to press F2 and rename a symbol. Today I try to do that and you have done something with your extension that...
### Environment - OS and Version: macOS 14.5 - VS Code Version: 1.87.0 - C/C++ Extension Version: latest - If using SSH remote, specify OS of remote machine: No About...
This is a regression introduced with the fix for #10039 
I have a C++ workspace with following folder hierarchy ``` myWorkspace/ myWorkspace/component1/ImportedInterfaces/*.h --> need to exclude this folder myWorkspace/component1/publicinterfaces/*.h myWorkspace/component1/module1/localinterfaces/*.h myWorkspace/component1/module1/src/*.cpp myWorkspace/component2/ImportedInterfaces/*.h --> need to exclude this folder myWorkspace/component2/publicinterfaces/*.h myWorkspace/component2/module1/localinterfaces/*.h...
We wanted to do onEnter formatting with clang-format several years ago, but it wasn't working so we just did ";" onType formatting. We want to make sure that adding new...