mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add tests to NotebookUriHandler (#11959)
* NotebookUriHandler Test * set test to previous, return promise for handleUri * Added tests for file uri scheme https/http * Updated NotebookUri to await handleUri calls and add more tests
This commit is contained in:
@@ -10,6 +10,8 @@ const localize = nls.loadMessageBundle();
|
||||
// CONFIG VALUES ///////////////////////////////////////////////////////////
|
||||
export const extensionOutputChannelName = 'Notebooks';
|
||||
|
||||
export const notebookCommandNew = 'notebook.command.new';
|
||||
|
||||
// JUPYTER CONFIG //////////////////////////////////////////////////////////
|
||||
export const pythonBundleVersion = '0.0.1';
|
||||
export const pythonVersion = '3.6.6';
|
||||
|
||||
Reference in New Issue
Block a user