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

This issue is tracking updating vscode-cpptools GitHub actions with the latest implementation from the vscode-github-triage-actions repo. The vscode-cpptools repo uses actions based on those used by the vscode, from the...

Language Service
internal

MacOs 10.13.2 vscode 1.18.1 When I use gbd as my debuger, it returns Unable to start debugging. Specified argument was out of the range of valid values. Is there a...

debugger

Our testing indicated that performance was on par with Visual Studio and that VS had some bugs that was causing worse performance (due to it getting stuck processing on 1...

Language Service
Feature Request
performance
Feature: Find All References

Type: Debugger **Describe the bug** - OS and Version: MacOS 11.2.3 (Big Sur) - VS Code Version: 1.5.4.3 - C/C++ Extension Version: 1.2.2 - I have recreated on both Intel...

bug
debugger

## Problem I have a C project with a Makefile that uses mingw gcc to generate dep files during compilation like so: ``` CC=gcc SRC_DIR=src OBJ_DIR=obj LIB_DIR=lib BIN_DIR=bin SOURCES=$(wildcard $(SRC_DIR)/*.c)...

bug
Language Service
fixed (release pending)

### Discussed in https://github.com/microsoft/vscode-cpptools/discussions/9705 Originally posted by **MathiasDeRoover** August 9, 2022 Clang-tidy is consistently crashing when I add the -m32 compiler flag to my configuration. The message in the logs...

bug
Language Service
fixed (release pending)
quick fix
Feature: Code Analysis

### Environment - OS and Version: macOS 12.4 - VS Code Version: 1.69.2 - C/C++ Extension Version: v1.11.4 - Other extensions you installed (and if the issue persists after disabling...

bug
Language Service
fixed (release pending)
parser
Visual Studio

If C_Cpp.codeAnalysis.clangTidy.useBuildPath is true then 'stddef.h' file not found may occur with the clang-tidy version that ships with our extension. The workaround is to set C_Cpp.codeAnalysis.clangTidy.path or possibly to launch...

bug
Language Service
Feature: Code Analysis

### Environment - OS and version: windows 10 - VS Code: 1.69.2 - C/C++ extension: 1.11.4 ### Bug Summary and Steps to Reproduce Bug Summary: - cpptools: Connection to server...

bug
Language Service
reliability
parser