-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commands time out when terminal is focused #14
Comments
Weird. This appears to be working fine on windows. |
I have found a way to make this work. After adding Otherwise the key combination seems to be handled by the terminal. Do you know if there is a way for this plugin to insert itself into this setting automatically? |
Yes that's the one; couldn't remember the setting name. Glad you were able to find it Yes I believe there is a way to do that. Settings can contribute default values, and if that doesn't work they can actually just modify settings directly |
had the same issue and it could be resolved with adding "command-server.runCommand" to terminal.integrated.commandsToSkipShell like @sbungartz |
Whenever the built in terminal of VS Code has focus, commands issued using
user.vscode
are no longer working. Instead you get a time out in talon log.For example:
please
I am on
Maybe this is a Linux thing, but I have no idea why focusing the terminal would stop command server from reading files...
The text was updated successfully, but these errors were encountered: