mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
Notebook cleanup (#20954)
This commit is contained in:
@@ -41,8 +41,6 @@ export const RESOURCE_VIEWER_TYPEID = 'workbench.editorInput.resourceViewerInput
|
||||
export const JUPYTER_PROVIDER_ID = 'jupyter';
|
||||
export const IPYKERNEL_DISPLAY_NAME = 'Python 3 (ipykernel)';
|
||||
export const INTERACTIVE_PROVIDER_ID = 'dotnet-interactive';
|
||||
export const INTERACTIVE_LANGUAGE_MODE = 'dib';
|
||||
export const DEFAULT_NB_LANGUAGE_MODE = 'notebook';
|
||||
export const TSGOPS_WEB_QUALITY = 'tsgops-image';
|
||||
export const CELL_URI_PATH_PREFIX = 'notebook-editor-';
|
||||
|
||||
@@ -52,7 +50,8 @@ export const NBFORMAT_MINOR = 2;
|
||||
|
||||
export const enum NotebookLanguage {
|
||||
Notebook = 'notebook',
|
||||
Ipynb = 'ipynb'
|
||||
Ipynb = 'ipynb',
|
||||
Interactive = 'dib'
|
||||
}
|
||||
export interface INotebookSearchConfigurationProperties {
|
||||
exclude: glob.IExpression;
|
||||
|
||||
Reference in New Issue
Block a user