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

### Environment - OS and Version: Windows 10 - VS Code Version: 1.69.2 - C/C++ Extension Version: 1.11.4 - Other extensions you installed (and if the issue persists after disabling...

bug
duplicate
Language Service
verified
Verified - Internal

My IntelliSense doesn't work with `__float128`. My platform is Windows, compiler is gcc11.2.0 from [winlibs](https://winlibs.com), C/C++ Extension Version is 1.10.8. I've tried all possible options for "IntelliSense Mode" but all...

bug
Language Service
parser
Visual Studio

### Environment - OS and Version: windows 10 - VS Code Version: 1.69.2 - C/C++ Extension Version: 1.11.4 - Other extensions you installed (and if the issue persists after disabling...

bug
Language Service
investigate
Feature: Go to Definition
Verified - Internal

Bug type: Language Service **Describe the bug** - OS and Version: Windows 10 Pro 21H1 19043.1288 - VS Code Version: 1.61.2 (user setup) - C/C++ Extension Version: v1.7.1 - Other...

bug
Language Service
Visual Studio

### Environment OS: Windows 10.0.19042 Build 19042 VSCode: 1.70.0 C/C++ Extension v1.11.4 I tried disabling all other extensions, problem still occurs. Often but not always, any .h header file will...

bug
Language Service
more info needed

I'm running VSCode 1.17.02 on Ubuntu 16.04 x64 and cpptools 0.14. Could you please add information about how to launch an application w/o debugging (CTRL+F5) to the VSCode C++ docs...

debugger
Feature Request

I have some highlighting issues too. Machine type:- M1 mac air 8 GB ram 256 GB SSD. ``` #include "bits/stdc++.h" using namespace std; #define ll long long // ordered set...

bug
Language Service
fixed (release pending)
Visual Studio
verified

### Environment - OS and Version:WIN10 - VS Code Version:1.69.2(user setup) - C/C++ Extension Version:v1.11.4 - Other extensions you installed (and if the issue persists after disabling them): - If...

Language Service
more info needed
Feature: Code Formatting

I've been unable to track down my mistake - although I'm sure this is a setup issue on my side. I am connecting to a container; and mounting the code...

debugger
more info needed

Currently, cpptools' TypeScript component does not have any platform-dependent dependencies. The Release pipeline for the cpptools VSIX builds the TypeScript component for each platform from the same (Windows) host. That...

Language Service
internal