mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 11:08:31 -05:00
Make various enhancements to Notebook Provider registration. (#17609)
* Use built-in SQL ExecuteProvider by default if no other provider exists. * Gracefully handle case where standardKernels are not defined for a provider. * Standardize on just using arrays for various provider registration details.
This commit is contained in:
@@ -686,7 +686,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"notebook.providers": {
|
||||
"notebook.providers": [{
|
||||
"provider": "jupyter",
|
||||
"fileExtensions": [
|
||||
"IPYNB"
|
||||
@@ -727,7 +727,7 @@
|
||||
"connectionProviderIds": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}]
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/services": "^3.2.1",
|
||||
|
||||
Reference in New Issue
Block a user