formulahendry / formulahendry/vscode-code-runner
[Feature request] Command line arguments
Open
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Im frustrated when I'm trying to run my app with specific arguments and I have to change the code-runner.executorMap for that specific language each time.
**Describe the solution you'd like**
I would love a parameter to easily add command line arguments to run the code with. or the ability to create my own parameters. example:
`$arguments
`
```
"code-runner.arguments": {
-d 0 -m 1 etc.
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.