-
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)
Last active
April 7, 2025 08:57
-
-
Save filimonov/691990c8e5ce901ca4734482c7cc81f9 to your computer and use it in GitHub Desktop.
vscode + clickhouse-client: poorman integration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great idea, some possible improvements:
Run query at cursor
Assuming blank lines between queries (
prettier-plugin-sql
seems to work fine), try this keybinding to run the query at current cursor position:Disable wide tables wrapping
alt+z
in terminal disables wrapping