mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
* #3920: Notebooks file save * Missed in merge * #4290: Untitled save and native dirty implementation * Misc changes * Content Manager, notebooks extension and commented failed unit tests * Removing modelLoaded event
This commit is contained in:
@@ -114,14 +114,12 @@
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"id": "jupyter-notebook",
|
||||
"id": "notebook",
|
||||
"extensions": [
|
||||
".ipynb"
|
||||
],
|
||||
"aliases": [
|
||||
"Jupyter Notebook",
|
||||
"IPython Notebook",
|
||||
"ipy"
|
||||
"Notebook"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -27,8 +27,6 @@ export const winPlatform = 'win32';
|
||||
export const jupyterNotebookProviderId = 'jupyter';
|
||||
export const jupyterConfigRootFolder = 'jupyter_config';
|
||||
export const jupyterKernelsMasterFolder = 'kernels_master';
|
||||
export const jupyterNotebookLanguageId = 'jupyter-notebook';
|
||||
export const jupyterNotebookViewType = 'jupyter-notebook';
|
||||
export const jupyterNewNotebookTask = 'jupyter.task.newNotebook';
|
||||
export const jupyterOpenNotebookTask = 'jupyter.task.openNotebook';
|
||||
export const jupyterNewNotebookCommand = 'jupyter.cmd.newNotebook';
|
||||
|
||||
Reference in New Issue
Block a user