fabiospampinato / vscode-terminals

An extension for setting-up multiple terminals at once, or just running some commands.
MIT License
121 stars 19 forks source link

Not running #49

Open justin-pierce opened 3 years ago

justin-pierce commented 3 years ago

Recently my Terminals (triggered by Commands) stopped working. The Terminal window is created, but it isn't given focus and the command isn't actually executed. Seems like a loading issue (maybe broken by recent vs code update) -- if I change the name of the command in the settings file, it will run.

fabiospampinato commented 3 years ago

Are you on VS Code Insiders?

justin-pierce commented 3 years ago

Nope. And just checked, no recent updates (running on 1.43.0 macOS). So no idea what broke -- had worked fine for years then just stopped a few days ago. Will let you know if I find way to reproduce it.

wallzero commented 2 years ago

I have the same issue on Linux since VSCode version 1.56. Terminals are created but not focused/active. I created keyboard shortcuts to navigate between terminals which still work but I then have to manually mouse click on a terminal at least once in order to type anything.