formulahendry / formulahendry/vscode-code-runner
Does not produce clean output, despite checking-off showExecutionMessage as false, it produces some unwanted code in the output terminal.
Open
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
The problem is when I run the extension it produces come unwanted code and execution path and some unwanted ugly code this makes very hard to read the output all I want is it to produce clean output without any code or path.
this is how the terminal looks preceding the output.
>PS [path] \VsCode\ProblemSolving> cd "[path] \VsCode\ProblemSolving"
PS [path] \VsCode\ProblemSolving> cd "[path] \VsCode\ProblemSolving\" ; if ($?)
{ g++ CodingCompetitionTools.cpp -o CodingCompetitionTools } ; if ($?) { .\CodingCompetitionTools }
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.