c-cpp-compile-run
c-cpp-compile-run copied to clipboard
:wrench: Compile & Run single c/c++ files easly on vscode
Please add a feature to show execution time in the terminal. [https://forum.sublimetext.com/uploads/default/original/3X/a/6/a6ad7e44f792d16344c32081b3e93fea9e2322f3.png](url)
When using WSL, the extension tries "cd /mnt/host/c/Users/..." However, the actual location is /mnt/c/Users/... which gives the "No such file or directory" error. try to compile run a random C...
**Is your feature request related to a problem? Please describe.** My most common use of a Compile & Run plug-in is too run small `.cpp` files in projects that are...
**Is your feature request related to a problem? Please describe.** I don't know if there are any warnings when it is compiled successfully. And the output format is not friendly...
Issue Type: Bug Be on WSL 2 on the newest version of VS Code press F6 nothing happens change to WSL 1 press F6 code compiles and runs Extension version:...
**Describe the bug** i want use this extension on mac, but seems like it not work for lldb, because gdb is not support on arm im also try use lldb...
This is what's inside my launch.json file { version "0.2.0". "configurations": [ { "name": "launch!" , "type": "cppdbg", "request": "startup", "program": "${fileDirname}/${fileBasenameNoExtension}", "args": [],. "stopAtEntry": false, "cwd": "${fileDirname}", "environment": [],....
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
**Describe the bug** I am encountering this error "Wsl detected, running in vscode terminal!" when running my c++ code in external terminal even though nothing related to WSL is installed...
Well, just as the title describes. Windows needs option `/d` when changing path between disks. `/d` will not bother when changing path in the same disk, so just always add...