vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
### Environment - OS and Version: Windows 10 x64 - VS Code Version: 1.70.2 - C/C++ Extension Version: v1.12.4 - Other extensions you installed (and if the issue persists after...
In my project there are auto generated headers that is generated in compile time and deleted after. Intellisense do not find header and shows error. Also there are some files...
Bug type: Language Service uint16_t type unrecognized with xc16 compiler - Ubuntu 20.04 under WSL2 on Windows 10: - VS Code Version: Version: 1.63.0 (user setup) Commit: 7db1a2b88f7557e0a43fec75b6ba7e50b3e9f77e Date: 2021-12-07T06:26:56.179Z...
Issue Type: Bug To reproduce: - Compile (with debug info) any code including a std::unordered_map containing std::type_index. For example: ```cpp #include #include int main() { int x=5; std::unordered_map m {...
Type: Bug Install extension C/C++ for Visual Studio Code by Microsoft. Open command 'Developer: Inspect Editor Tokens and Scopes' from command palette on any text in editor. A pop-up text...
### Feature Request I'm not sure if this is a bug or not. Sometimes, quite often it is not clear if Clang-Tidy is running or experiencing a problem. Especially in...
### Environment - OS and Version: MS Windows 10 - VS Code Version: 1.70.2 - C/C++ Extension Version: 1.12.4 - Other extensions you installed (and if the issue persists after...
- Issue Type: `Bug` - Extension Name: `cpptools` - Extension Version: `1.12.3` - OS Version: `Windows_NT x64 10.0.19044` - VS Code version: `1.70.2````json { "messages": [], "activationTimes": { "codeLoadingTime": 3199,...
Type: Feature Request Currently, once a single inferior exits, the entire debugging process exits as well. The only workaround available is to detach inferiors manually with gdb commands before they...
### Feature Request "C_Cpp.files.exclude" has no effects. Sometimes i want to modify some files but i don't want to change their formats. I think this is a useful function.