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

Type: Bug Take a look to "-target x86_64-apple-ios12.2-simulator" argument in compile_commands.json fragment compile_commands.json fragment ``` { "directory": "/Users/mv.kapitonov/Documents/w/controller/waiter/bn/Debug/cmake/ios-x86_64", "command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DAPPLE -DBOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR -DBOOST_FILESYSTEM_DEPRECATED -DBOOST_NO_CXX11_SCOPED_ENUMS -DBOOST_NO_CXX98_RANDOM_SHUFFLE -DBOOST_THREAD_PROVIDES_NESTED_LOCKS -DBOOST_THREAD_USES_DATETIME -DBOOST_THREAD_VERSION=5 -DBUILDING_COMMON_LIB -DBUILDING_SBIS_MOBILE_COMMON...

bug
Language Service
quick fix
Feature: Configuration

Type: Bug I'm using C++20 but Intellisense switches to C++17, unclear why "Standard Version: c++17"(see below in "Diagnostics" section)? Also include for std library is absent (error: 'cstddef' file not...

bug
Language Service
quick fix
Feature: Configuration

Type: Bug 1. Create a debug launch configuration that uses the `externalTerminal` console type and make it the currently selected debug configuration. 2. Launch the debugger. 3. An external window...

bug
Language Service
Visual Studio Code

### Environment - OS and Version: Ubuntu 22.04 - Linux 5.15.0 - VS Code Version: 1.85.2 - C/C++ Extension Version: 1.18.5 ### Bug Summary and Steps to Reproduce "Go to...

bug
Language Service
Feature: Go to Definition
verified

### Environment - OS and version: Windows 10 22H2 (Build 19045.3930) - VS Code: Version: 1.86.1 (user setup) Commit: 31c37ee8f63491495ac4 - C/C++ extension: 1.18.5 ### Bug Summary and Steps to...

bug
Language Service
debugger
help wanted

### Environment - OS and version: Ubuntu 20.04.5 LTS - VS Code: 1.72.1 - C/C++ extension: v1.12.4 - OS and version of remote machine (if applicable): gdbserver is running on...

bug
debugger
performance

### Feature Request In Doxygen you can make a reference to a symbol using the [`\ref`](https://www.doxygen.nl/manual/commands.html#cmdref) command. It would be great if the referenced symbol could become a clickable link...

Language Service
Feature Request
Visual Studio Code
Feature: Doc comments

### Environment - OS and Version: Windows 10 22H2 - VS Code Version: 1.85.2 - C/C++ Extension Version: 1.18.5 ### Bug Summary and Steps to Reproduce **Bug Summary:** If both...

Language Service
Feature: Configuration
Feature: Compile Commands
enhancement

Have `foo()` declared in foo.h, defined in foo.cpp and used in main.cpp. Pressing F12 on either declaration or definition will **sometimes** show all references instead of going to declaration/definition.

Language Service
external
investigate

### Environment - OS and version: macOS 14.1 (23B2073) - VS Code: Version: 1.85.2 (Universal) - C/C++ extension: C/C++ v1.19.3 Pre-Release - OS and version of remote machine (if applicable):...