formulahendry / formulahendry/vscode-code-runner
[Bug]
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
- VS Code Version: 1.45.1
- OS Version: 10.15.5
- Code Runner Version: 0.10.0
**Describe the bug**
"code-runner.executorMap": {
"python": "$pythonPath -u $fullFileName",
}
returns: /bin/sh: /Users/andrewmckinley/Desktop/VS: No such file or directory
in output, instead of showing code output.
**To Reproduce**
Steps to reproduce the behavior:
1. update settings.json to "code-runner.executorMap": {
"python": "$pythonPath -u $fullFileName",
}
2. Attempt running code
**Actual behavior**
After making this change in the settings, the output says that there is no such file or directory
**Expected behavior**
return output of code
**Screenshots**
If applicable, add screenshots to help explain your problem.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.