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 758 vscode-cpptools issues
Sort by recently updated
recently updated
newest added

Use `""` in an includePath and open the c_cpp_properties.json or the config UI. e.g. ```json "includePath": [ "${workspaceFolder}/**", "\"${workspaceFolder}\\new folder\"" ], ``` Bug: It's giving an incorrect warning message. It...

Language Service
investigate
Feature: Configuration

With a large enough workspace such as chromium. The "Populating file name cache..." may not occur 100% of the time. This doesn't affect workspace symbols.

bug
Language Service
performance
Feature: Document Symbol

### Environment - OS and Version: Windows 11 22H2 22621.2428 - VS Code Version: 1.85.1 0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2 x64 - C/C++ Extension Version: v1.18.5 ### Bug Summary and Steps to Reproduce Bug...

bug
more info needed
reliability
parser

### Environment - OS and Version: _Windows 11 Pro (10.0.22621)_ - VS Code Version: _1.86_ - C/C++ Extension Version: _1.18.5_ - If using SSH remote, specify OS of remote machine:...

bug
Language Service
Visual Studio

### Environment - OS and version: Windows 10 22H2 - VS Code: 1.85.2 - C/C++ extension: 1.3.0 - OS and version of remote machine (if applicable): Ubuntu 20.04 - GDB...

Language Service
debugger
help wanted

### Environment - OS and Version: Windows_NT x64 10.0.19045 - VS Code Version: 1.86.1 (system setup) - C/C++ Extension Version: v1.18.5, also reproduced in many early versions, like v1.12.4. -...

Language Service
tasks/build/debug

sdcc, which is quite popular open-source, free embedded compiler, uses special extensions for intel 8051 (aka mcs51) define special function registers and other similar things (like code, ram space, etc)...

Language Service
Feature Request
Visual Studio
more votes needed
embedded

### Environment - OS and Version: MacOS Sonoma 14.2.1 - VS Code Version: 1.85.1 - C/C++ Extension Version: v1.18.5 ### Bug Summary and Steps to Reproduce Bug Summary: When opening...

more info needed
investigate

### Feature Request profiling support like the one in Clion that calls `perf` on linux.

Language Service
Feature Request
performance

Type: Bug Problems loading reference 'schemaservice://combinedschema/cpptools-schema:/c_cpp_properties.schema.json': Unable to load schema from 'schemaservice://combinedschema/cpptools-schema:/c_cpp_properties.schema.json': cannot open schemaservice://combinedschema/cpptools-schema%3A/c_cpp_properties.schema.json. Detail: Unable to resolve resource schemaservice://combinedschema/cpptools-schema%3A/c_cpp_properties.schema.json. Extension version: 1.18.4 VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e,...

Language Service
more info needed