formulahendry / formulahendry/vscode-code-runner
[Feature request] Run exe
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.**
When right clicking in explorer make possible to run an *.exe.
**Describe the solution you'd like**
"exe": {
"windows": "& './$fileName'",
"linux": "'./$fileName'",
"osx": "'./$fileName'"
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.