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

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...

Language Service
Feature Request
quick fix
help wanted
Feature: Code Formatting

### 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...

bug
Language Service
Visual Studio
Feature: Code Folding

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...

Language Service
Feature Request

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...

bug
debugger

**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": [...

bug
Language Service
fixed (release pending)
Visual Studio

**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...

bug
Language Service
fixed (release pending)
parser
Visual Studio
verified

### 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...

Language Service
fixed (release pending)
enhancement

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.). ![run](https://user-images.githubusercontent.com/50782570/179756071-a71fcd11-5302-4c79-aa19-a5a0234d6b8a.jpg) Pressing F5,...

tasks/build/debug

### 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:...

bug
Language Service
performance
Feature: Configuration
Visual Studio
more votes needed

**Type: LanguageService** Like the support for doxygen documentation (#658) the support for Markdown would be nice. Like in Rust: ![2020-08-25-091128_1278x674_scrot](https://user-images.githubusercontent.com/33861896/91145912-78012a00-e6b6-11ea-9e98-3dd8d04e89c6.png) ![2020-08-25-093703_1278x1380_scrot](https://user-images.githubusercontent.com/33861896/91146105-b860a800-e6b6-11ea-9958-2a9c87a8b52b.png)

Language Service
Feature Request
Feature: Doc comments