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

VS Code uses iconv for translating file encodings. (Actually https://github.com/microsoft/vscode-iconv-lite-umd ). Files provided to extensions by VS Code are first converted to UTF-8. But,. for files that cpptools needs to...

bug
Language Service
world ready

### Environment - OS and Version: Windows 10 Enterpise - VS Code Version: 1.89.00 - C/C++ Extension Version: 1.20.5 - If using SSH remote, specify OS of remote machine: ###...

Language Service
Feature: Compile Commands

### Feature Request Hi. My current convention for programming is that I write Doxygen styles documentation for functions source files, and only write a small description for functions in header...

### Environment - OS and Version: Win 10 64bit 19045 - VS Code Version: 1.89.1 - C/C++ Extension Version: 1.20.5 ### Bug Summary and Steps to Reproduce Bug Summary: When...

bug
Language Service
regression
compiler support
Feature: Configuration Provider

![image](https://user-images.githubusercontent.com/49173979/224189167-589ca2e4-c552-4829-a3f9-d3baa5c5517e.png) We're very interested in fixing crashes. Information that could help us fix crashes include: * [Crash stacks](https://github.com/microsoft/vscode-cpptools/wiki/Attaching-debugger-to-cpptools-or-cpptools%E2%80%90srv). * Specific guidance on how to repro a crash. * Isolated examples...

bug
Language Service

### Environment - OS and Version: windows 10 - VS Code Version: 1.89.0 - C/C++ Extension Version: 1.20.5 - If using SSH remote, specify OS of remote machine: ubuntu 20.04...

Language Service
more info needed
performance

### Environment - OS and version: - VS Code: - C/C++ extension: - OS and version of remote machine (if applicable): - GDB / LLDB version: ### Bug Summary and...

Language Service
more info needed

### Environment - OS and version: WIN 11 10.0.22631 - VS Code: 1.90.2(user setup) - C/C++ extension: 1.20.5 - OS and version of remote machine (if applicable): - GDB /...

duplicate
Language Service
more info needed

### Environment - OS and Version: Windows 11, Zorin 17 (based on Ubuntu 22.04) - VS Code Version: 1.89.1 - C/C++ Extension Version: 1.20.5 - If using SSH remote, specify...

Language Service
more info needed
performance

Type: Feature Request In C code every prototype is also listed in Outline not just the function itself, which is just annoying. ![image](https://github.com/microsoft/vscode-cpptools/assets/4163396/16104745-1de1-4f5d-b715-0fbdeb3e5316) I tried to hide them with ```...

Language Service
more votes needed
Feature: Document Symbol
enhancement