vscode-code-runner
vscode-code-runner copied to clipboard
Code Runner for Visual Studio Code
Type: Performance Issue when i run my code it tell me "command code -runner .run not found" and i have downloaded and enabled code runner extension Extension version: 0.12.2 VS...
**Is your feature request related to a problem? Please describe.** Description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** Description of what...
- VS Code Version: - OS Version: - Code Runner Version: **Describe the bug** Description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. 2. **Actual...
Fixes #1203 and #271
Currently utf-8 is not supported by code-runner in outputs. And the workaround is to use the integrated terminal.  It'd be nice to be able to print emojis...
**Is your feature request related to a problem? Please describe.** I'm writing in golang. I wanna use `clear && go run $dir.` to run the code. But i can't, because...
This pull request adds `$workspaceName` placeholder that has to be replaced by the name of the folder opened in VS Code. If no folder is opened, it will be replaced...
I find it annoying having to close windows produced by Python's `matplotlib.pyplot` before running the code again. So I created this keyboard shortcut: ```json { "key": "f5", "command": "runCommands", "args":...
**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** Add option for customizing the location of temporary file with run selected code.
- VS Code Version: 1.99.3 - OS Version: Windows 10 - Code Runner Version: 0.12.2 **Describe the bug** On Windows, when trying to compile and run a C (and/or CPP)...