vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
### 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...
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...
### 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 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...
### 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...
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...
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...
### 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...
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...
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...