formulahendry / formulahendry/vscode-code-runner
[Bug] python clear terminal command wont work
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
- VS Code Version: 1.105.1
- OS Version: 26.0.1
- Code Runner Version: 0.12.2
**Describe the bug**
"python": "clear && python3 -u" , this command used to work when I executed my code and got a clear output.
For some reason it stopped working and Im trying to figure out what the issue is.
**To Reproduce**
Steps to reproduce the behavior:
just add this in the settings.json and try: "python": "clear && python3 -u" ,
**Actual behavior**
Still shows me the path in my terminal
**Expected behavior**
To not show the path and give me a clean output
**Screenshots**
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue in VS Code 1.105.1 with Code Runner 0.12.2 using the `settings.json` command `clear && python3 -u`. Inspect the terminal output and compare it with the expected clean output; done means running the Python command no longer displays the path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, vscode
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100