mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
* Add open book option in UI * Add dropdowns option on dialog * Add flow logic * Fetch releases and validate URL * Add class for github books and shared file books * Change code structure * Unblock local copy + stack overflows * Download books from github * Remove unused files * Clean code and use the openNotebookFolder command to open remote book * Checkpoint * Refactor remote book dialog model to only hold data * Remove ApiWrapper and refactor createlocalcopy method * Use sinon js framework instead of typemoq for testing remotebookController * Remove api wrapper * Add some tests * Add more tests and address pr comments * Address PR comments * Fix remotebook broken tests * Add download location in output channel and use openBook command * Address PR comments * Fix typos, print error message and remove failing test * Print error message * Separate tests in different files * Declare controller variable inside extension.tst Co-authored-by: chlafreniere <hichise@gmail.com>
48 lines
2.9 KiB
JSON
48 lines
2.9 KiB
JSON
{
|
|
"displayName": "Notebook Core Extensions",
|
|
"description": "Defines the Data-procotol based Notebook contribution and many Notebook commands and contributions.",
|
|
"notebook.configuration.title": "Notebook configuration",
|
|
"notebook.pythonPath.description": "Local path to python installation used by Notebooks.",
|
|
"notebook.useExistingPython.description": "Local path to a preexisting python installation used by Notebooks.",
|
|
"notebook.overrideEditorTheming.description": "Override editor default settings in the Notebook editor. Settings include background color, current line color and border",
|
|
"notebook.maxTableRows.description": "Maximum number of rows returned per table in the Notebook editor",
|
|
"notebook.trustedBooks.description": "Notebooks contained in these books will automatically be trusted.",
|
|
"notebook.maxBookSearchDepth.description": "Maximum depth of subdirectories to search for Books (Enter 0 for infinite)",
|
|
"notebook.remoteBookDownloadTimeout.description": "Download timeout in milliseconds for GitHub books",
|
|
"notebook.command.new": "New Notebook",
|
|
"notebook.command.open": "Open Notebook",
|
|
"notebook.analyzeJupyterNotebook": "Analyze in Notebook",
|
|
"notebook.command.runactivecell": "Run Cell",
|
|
"notebook.command.clearactivecellresult": "Clear Cell Result",
|
|
"notebook.command.runallcells": "Run Cells",
|
|
"notebook.command.addcode": "Add Code Cell",
|
|
"notebook.command.addtext": "Add Text Cell",
|
|
"notebook.command.addcell": "Add Cell",
|
|
"title.analyzeJupyterNotebook": "Analyze in Notebook",
|
|
"title.newJupyterNotebook": "New Notebook",
|
|
"title.openJupyterNotebook": "Open Notebook",
|
|
"title.jupyter.setContext": "Set context for Notebook",
|
|
"title.jupyter.setKernel": "Set kernel for Notebook",
|
|
"config.jupyter.extraKernelsTitle": "Extra kernels",
|
|
"config.jupyter.extraKernelsDescription": "IDs of the extra kernels to enable",
|
|
"config.jupyter.kernelConfigValuesDescription": "Configuration options for Jupyter kernels. This is automatically managed and not recommended to be manually edited.",
|
|
"title.reinstallNotebookDependencies": "Reinstall Notebook dependencies",
|
|
"title.configurePython": "Configure Python for Notebooks",
|
|
"title.managePackages": "Manage Packages",
|
|
"title.SQL19PreviewBook": "SQL Server 2019 Guide",
|
|
"books-preview-category": "Jupyter Books",
|
|
"title.saveJupyterBook": "Save Book",
|
|
"title.trustBook": "Trust Book",
|
|
"title.searchJupyterBook": "Search Book",
|
|
"title.SavedBooks": "Notebooks",
|
|
"title.ProvidedBooks": "Provided Books",
|
|
"title.PreviewLocalizedBook": "Get localized SQL Server 2019 guide",
|
|
"title.openJupyterBook": "Open Jupyter Book",
|
|
"title.closeJupyterBook": "Close Jupyter Book",
|
|
"title.closeJupyterNotebook": "Close Jupyter Notebook",
|
|
"title.revealInBooksViewlet": "Reveal in Books",
|
|
"title.createJupyterBook": "Create Book (Preview)",
|
|
"title.openNotebookFolder": "Open Notebooks in Folder",
|
|
"title.openRemoteJupyterBook": "Add Remote Jupyter Book"
|
|
}
|