[Bug] Getting unwanted space/gap while running code in the terminal
- VS Code Version: 1.63.2
- OS Version: Win 11 (21H2)
- Code Runner Version: v0.11.6
Describe the bug While trying to run c++ code with code-runner something weird is happening with the spacing in the terminal which best could be described by the video I've linked below. Please have a look.
Screenshots
https://user-images.githubusercontent.com/51121313/152107736-b3ec7872-d70d-40c6-bc18-927bd2f285b0.mp4
Encountered the same problem, a temporary solution
"code-runner.clearPreviousOutput": false,
Encountered the same problem, a temporary solution
"code-runner.clearPreviousOutput": false,
Thanks man, it works for now.
can anyone please give a permanent solution??
I am facing the same issue but temporarily I have changed my default terminal, according to me it is only happening in windows Powershell. So either change the default terminal or you can set the clear previous output to false.✌
I am facing the same issue but temporarily I have changed my default terminal, according to me it is only happening in windows Powershell. So either change the default terminal or you can set the clear previous output to false.✌
Can you please tell me how to change the default terminal. and to which terminal i have to change
Encountered the same problem, a temporary solution
"code-runner.clearPreviousOutput": false,
Thanks, the issue resolved
Have anyone find any working solution of unwanted space between terminal on vs code while running c program
Encountered the same problem, a temporary solution
"code-runner.clearPreviousOutput": false,Thanks man, it works for now.
How to use this option "code-runner.clearPreviousOutput": false,
Encountered the same problem, a temporary solution
"code-runner.clearPreviousOutput": false,Thanks man, it works for now.
How to use this option
"code-runner.clearPreviousOutput": false,
- Go to settings , then go to Open json setting
- Then scroll till u find ("code-runner.clearPreviousOutput": false,)