Skip to content

Commit 2759ac9

Browse files
committed
Overwrite the core functions to run cells
1 parent b0fc307 commit 2759ac9

File tree

3 files changed

+314
-39
lines changed

3 files changed

+314
-39
lines changed

src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export namespace CommandIDs {
1111
/**
1212
* Execute the query on the server.
1313
*/
14-
export const run = 'jupyter-sql-cell:execute';
14+
export const execute = 'jupyter-sql-cell:execute';
1515
}
1616

1717
/**

0 commit comments

Comments
 (0)