mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 02:58:31 -05:00
Initial implementation for VSCode Notebook support (#17885)
This commit is contained in:
@@ -147,8 +147,8 @@ describe('Notebook URI Handler', function (): void {
|
||||
display_name: 'Python 3'
|
||||
}
|
||||
},
|
||||
nbformat: 4,
|
||||
nbformat_minor: 5
|
||||
nbformat: constants.NBFORMAT,
|
||||
nbformat_minor: constants.NBFORMAT_MINOR
|
||||
};
|
||||
|
||||
await fs.writeFile(notebookPath, JSON.stringify(notebookContent));
|
||||
|
||||
Reference in New Issue
Block a user