Skip to content

Commit 2fad090

Browse files
committed
Overwrite the core functions to run cells
1 parent 95511e2 commit 2fad090

File tree

3 files changed

+310
-35
lines changed

3 files changed

+310
-35
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)