You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed clink and want to use it inside the integrated terminal. Clink supports autocompletion with CTRL+SPACE. Inside a normal console window, it reacts just fine, within VSCode wrong keys are sent. When running clink echo --verbose and hitting CTRL+SPACE I should get:
The SC means that both Shift and Ctrl are pressed.
"2" means that the key "2" was pressed.
Both are inaccurate.
I tried with the setting terminal.integrated.allowChords both true and false.
Also I removed any keybindings covering CTRL+SPACE, to no avail.
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.75.1
OS Version: Windows_NT x64 10.0.19045
Steps to Reproduce:
Install clink
Open integrated terminal with clink
Run clink echo --verbose
Press CTRL+SPACE
See difference in normal console window.
The text was updated successfully, but these errors were encountered:
I have installed clink and want to use it inside the integrated terminal. Clink supports autocompletion with
CTRL+SPACE
. Inside a normal console window, it reacts just fine, within VSCode wrong keys are sent. When runningclink echo --verbose
and hittingCTRL+SPACE
I should get:Instead I get:
"2"
means that the key "2" was pressed.Both are inaccurate.
I tried with the setting
terminal.integrated.allowChords
bothtrue
andfalse
.Also I removed any keybindings covering
CTRL+SPACE
, to no avail.Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
clink echo --verbose
CTRL+SPACE
The text was updated successfully, but these errors were encountered: