vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
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...
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.
### 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...
### 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:...
### 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...
### 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. -...
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)...
### 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...
### Feature Request profiling support like the one in Clion that calls `perf` on linux.
[c_cpp_properties.json]: a Syntax intellige cannot be used. The following error message is reported.
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,...