formulahendry / formulahendry/vscode-code-runner
how to show path from workspace and not root while running
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
"code-runner.showExecutionMessage" when set to "true", shows both "running" and "done" messages which i like.
```
[Running] python "/Users/Username/newcodes/Workspace/section5/vtest.py"
myoutput_line_1
myoutput_line_2
.
.
.
myoutput_line_n
[Done] exited with code=0 in 0.064 seconds
```
But i want the path after python to show only from the "Workspace/.." and not "/Users/.." .
How do i achieve that? Right now i can only completely enable or completely disable by setting the "code-runner.showExecutionMessage" to either "true" or "false" respectively. pls help.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.