mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
Remove API compatibility layer for VS Code notebook extensions (#21225)
This commit is contained in:
@@ -41,7 +41,6 @@ export const RESOURCE_VIEWER_TYPEID = 'workbench.editorInput.resourceViewerInput
|
||||
export const JUPYTER_PROVIDER_ID = 'jupyter';
|
||||
export const VSCODE_JUPYTER_PROVIDER_ID = 'jupyter-notebook';
|
||||
export const IPYKERNEL_DISPLAY_NAME = 'Python 3 (ipykernel)';
|
||||
export const INTERACTIVE_PROVIDER_ID = 'dotnet-interactive';
|
||||
export const TSGOPS_WEB_QUALITY = 'tsgops-image';
|
||||
export const CELL_URI_PATH_PREFIX = 'notebook-editor-';
|
||||
|
||||
@@ -54,7 +53,6 @@ export const NBFORMAT_MINOR = 2;
|
||||
export const enum NotebookLanguage {
|
||||
Notebook = 'notebook',
|
||||
Ipynb = 'ipynb',
|
||||
Interactive = 'dib'
|
||||
}
|
||||
export interface INotebookSearchConfigurationProperties {
|
||||
exclude: glob.IExpression;
|
||||
|
||||
Reference in New Issue
Block a user