formulahendry / formulahendry/vscode-code-runner
[Bug]
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
- VS Code Version: 1.57.1
- OS Version: Version: Windows_NT x64 10.0.19043
- Code Runner Version: v0.11.4
**Describe the bug**
When running my code using code-runner it is printing some extra lines in the terminal, after one or more consecutive runs.
If i run the code just once (using code-runner) it works fine.
But, when I run it more than once (using code-runner) it leaves extra empty lines between the consecutive command lines in the terminal.
It just giving command as "cd" and not specifying any arguments, and leaving some extra empty lines and then giving the arguments.
This was used to work fine till it's recent update but after update it's printing extra empty lines in the terminal
**Screenshots**
On first run - works fine.

On second run - leaves some extra spaces.

On third run and some more consecutive runs - it keeps on printing more and more extra spaces.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.