vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
Give us the option to specify the path to the clang-format file on our settings.json. Code bases usually keep one in order to standardize coding style, but would be amazing...
### Environment - OS and Version: Windows 11 Home 21H2 - VS Code Version: 1.69.2 (user setup) - C/C++ Extension Version: 1.11.4 - Other extensions you installed (and if the...
To support compilers cpptools does not know how to query for system includes and system defines, perhaps the compiler querying logic could be separated out into user-serviceable definition files. Users...
Bug type: General - OS and Version: macOS 11.2.3 - VS Code Version: 1.59.1 - C/C++ Extension Version: 1.6.0 After updating to 1.6.0 of this extension the cwd option stopped...
**Type: LanguageService** **Describe the bug** - OS and Version: Linux Ubuntu 5.10-rc6 - VS Code Version: 1.51.1, e5a624b788d92b8d34d1392e4c4d9789406efe8f, x64 - C/C++ Extension Version: v1.1.3 - c_cpp_properties: ``` ... "configurations": [...
**Type: LanguageService** **Describe the bug** - OS and Version: ```shell #lsb_release No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.2 LTS Release: 18.04 Codename: bionic # uname -a...
### Environment - OS and version: Mac M1 Monterey 12.3 - VS Code: 1.69 - C/C++ extension: 1.10.8 - OS and version of remote machine (if applicable): n/a ### Bug...
Issue Type: Bug Create simple C code. Create/configure task.json and launch.json. Press button "Run C/C++ File" (1.). Starts wrong configuration (3.), but not configured one (4. 5.).  Pressing F5,...
### Environment - OS and version: windows 10 - VS Code: 1.67.2 - C/C++ extension: v1.11.2 - OS and version of remote machine (if applicable):ubuntu - GDB / LLDB version:...
**Type: LanguageService** Like the support for doxygen documentation (#658) the support for Markdown would be nice. Like in Rust:  