-
File->Preferences->Settings
terminal.integrated.scrollback
, Increase the buffer size for terminal (i use 100000) -
File->Prefernces->Keyboard shortcuts
workbench.action.terminal.runSelectedText
set up some binding like Ctrl+Shift+' -
Open terminal window: Terminal->New Terminal
-
Run clickhouse-client in a terminal.
-
Highlight the query & hit the shortcut (or use Terminal->Run Selected Text)
vscode + clickhouse-client: poorman integration
great approach for minimalists, thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
perfect useful