| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Anthony Kim (@anthonykim1) As for the basic implementation approach, I’ve created ExternalTerminalService that implements ITerminalService. I’m aware that further refactoring is needed, but I’d like to confirm whether this overall implementation direction looks okay to you. |
Sorry, something went wrong.
|
Hi sorry, the new terminal every time I run a python file has been a bit maddening and I came across this. Just hoping we can get this implemented as it would improve my workflow a ton! |
Sorry, something went wrong.
|
Thank you for working on this—the goal of reusing an existing terminal is still valuable. Since this PR was opened, however, the terminal execution path has changed substantially, particularly with the queue-based execution work in #25669. As a result, the current implementation would need a significant rewrite to fit the architecture we use today. I’m going to close this PR for now to keep the open queue current, but this is not a rejection of the feature. If you’re still interested in pursuing it, you’re very welcome to revise this PR or open a new one based on the latest main. Thanks again for the contribution! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
To fix #24960, I implemented a new function to reuse an existing terminal on Run Selection/Line.
What was done