formulahendry / formulahendry/vscode-code-runner

[Bug]

Open
#628 0 comments 0 reactions 0 assignees View on GitHub
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.
![image](https://user-images.githubusercontent.com/65869358/84183112-015a7600-aa51-11ea-918a-c6dcc61dfcf9.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.