mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 03:58:33 -05:00
Remove API compatibility layer for VS Code notebook extensions (#21225)
This commit is contained in:
@@ -98,9 +98,6 @@ describe('Jupyter Session', function (): void {
|
||||
// When I request execute
|
||||
let future = kernel.requestExecute({
|
||||
code: code,
|
||||
cellIndex: 0,
|
||||
cellUri: undefined,
|
||||
notebookUri: undefined,
|
||||
language: ''
|
||||
}, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user