formulahendry / formulahendry/vscode-code-runner

[Feature request] python -m a.b , a new customized parameters $fileRelativeFullNameWithoutExt

Open
#1,156 1 comment 4 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.