| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…25669) Resolves: microsoft/vscode-python-environments#958 Challenge is that sendText would get called when terminal is not ready. And doing `undefined.show()` is the problem. Switching to queue based execution for running REPL commands, which would prevent from us losing the first command as well.
| Back | FazBrowse Home | New Git URL |
Resolves:
microsoft/vscode-python-environments#958
Challenge is that sendText would get called when terminal is not ready. And doing undefined.show() is the problem.
Switching to queue based execution for running REPL commands, which would prevent from us losing the first command as well.