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

### 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...

Language Service
enhancement
Feature: Code Analysis

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...

Language Service
Feature Request

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...

Language Service
Feature Request
Feature: Configuration

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 {...

bug
debugger

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...

bug
more info needed
Feature: Colorization

### 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...

bug
Language Service
verified
Feature: Code Analysis

### 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...

Language Service
more info needed

- 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,...

Language Service
more info needed

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...

debugger
Feature Request

### 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.

Language Service
quick fix
Feature: Code Formatting
enhancement