vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
Type: Bug Im using the C++ TestMate extension 1. Place a breakpoint in a GTest 2. Run debugging on Unit test 3. The debugger stops on the breakpoint a spinner...
Type: Debugger - OS and Version: **Microsoft Windows [Version 10.0.17134.112]** - VS Code Version: **Version 1.24.1 Commit 24f62626b222e9a8313213fb64b10d741a326288 Date 2018-06-13T17:51:32.889Z Shell 1.7.12 Renderer 58.0.3029.110 Node 7.9.0 Architecture x64** - C/C++...
When configuring the `launch.json` file, it expects `args` to be an array of strings that are passed to the process, where each item in the array is one argument. This...
We have written the needed data into your clipboard because it was too large to send. Please paste. Type: Bug Can't update c/c++ extension. Tried 2 to 3 times. Still...
### Environment - OS and Version: - VS Code Version:  Version: 1.71.0 (user setup) Commit: 784b0177c56c607789f9638da7b6bf3230d47a8c Date: 2022-09-01T07:36:10.600Z Electron: 19.0.12 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Windows_NT x64...
Unable to use shift+alt+F for code formatting, it prompts that no plugin is installed [image](https://user-images.githubusercontent.com/48042184/188622449-d98a50b7-adf1-4013-9688-ccf4234b3f6e.png)
VSC has this support since version 1.50: https://code.visualstudio.com/updates/v1_49#_contributable-context-menu-for-variables-view https://github.com/microsoft/vscode/issues/28025#issuecomment-722687806 But does the extension support it?( It doesn't work out of the box for me.)
This is derived from: https://github.com/microsoft/vscode-cpptools/issues/4569 Repro: - On Linux, create a local directory. (i.e. 'mkdir actual') - Create a source file (test.cpp) in that directory, with the following contents: ```...
Bug type: Language Service **Describe the bug** - OS and Version: Windows 7 Pro x64 - VS Code Version: 1.66.0 - C/C++ Extension Version: 1.9.7 - Other extensions you installed...
### Feature Request Why just like in ubuntu 20.04 when we use gcc we could actually use internal console for Input output with debugger but we are not able to...