Query Execution Call Hierarchy - KxSystems/kx-vscode GitHub Wiki
Files of Interest
.q
Actions
- Execute Entire File
- Execute Current Selection
- Execute Current Block
- Populate Scratchpad
Runs on workspaceCommand.runActiveEditor()
.py
Actions
- Execute Entire File
- Execute Current Selection
Runs on workspaceCommand.runActiveEditor()
.sql
Actions
- Execute Entire File
- Populate Scratchpad
Runs on workspaceCommand.runActiveEditor()
.kxnb
Actions
- Run code block(s)
Runs on notebookController.execute()
.kdb.json
Actions
- Run
- Populate Scratchpad
- Refresh Meta
Runs on dataSourceEditorProvider.webview.onDidReceiveMessage()
.kdb.q
Same as .q
.kdb.py
Same as .py
.quke
No actions.
Connections Explorer
- serverCommand.refreshGetMeta()
- serverCommand.resetScratchpad()