formulahendry / formulahendry/vscode-code-runner

how to show path from workspace and not root while running

Open
#306 2 comments 3 reactions 0 assignees View on GitHub
feature request
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.