formulahendry / formulahendry/vscode-code-runner
[Feature request] python -m a.b , a new customized parameters $fileRelativeFullNameWithoutExt
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.**
I want to run a\b.py in current folder. default cmd is python -u a\b.py ,if a\b.py reference c.py, python cannot find module c.py.
use python -m a.b solved.
**Describe the solution you'd like**
Description of what you want to happen.
$fileRelativeFullNameWithoutExt represent relative path to workspaceRoot and replace path separator with dot
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.