haberdashPI / terminal-polyglot

Easily manage terminals on a per-language basis in VSCode
MIT License
8 stars 1 forks source link

Does this only work with terminals *in* vscode? #6

Closed ym-han closed 2 years ago

ym-han commented 2 years ago

Does this only work with terminals in vscode? I'm asking because this seems similar to randy3k's SendCode plugin for Sublime Text, but that works also with terminals that aren't in sublime text.

haberdashPI commented 2 years ago

That's correct, this works only with terminals in VSCode. I'm not too familiar with the workflow or API for sending commands to a terminal outside VSCode, and don't use it myself. If someone is willing to take on testing and developing that bit, I'd be happy to accept it as a PR.

haberdashPI commented 2 years ago

Added some clarification to the README that this extension is for the integrated terminal in VSCode.