I'm running an application in the integrated terminal that needs inputs of the f1 - f9 keys but some of those get captured by other things like the command-palette (f1). I have been looking around and found issue #7269, which implements this but I need the reverse of this. Is there any way to disable this? I tried adding "terminal.integrated.commandsToSkipShell": [], to my settings but this did not seem to work.
↧