Open sbungartz opened 2 years ago
Weird. This appears to be working fine on windows.
I have found a way to make this work. After adding command-server.runCommand
to the list of commands whose keybindings will always be handled by VS Code (terminal.integrated.commandsToSkipShell
), it works!
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...