Last active
February 17, 2024 19:43
-
-
Save cbolyard/b3bb528b7157b4600fbcb1efd213e1ae to your computer and use it in GitHub Desktop.
duckdb_vscode_keybindings select + enter to terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"key": "shift+enter", | |
"command": "workbench.action.terminal.runSelectedText", | |
"when": "editorLangId == 'sql' && resourceExtname == '.sql' && resourceFilename =~ /.*duckdb\\.sql$/" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment