mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 09:35:41 -05:00
Remove API compatibility layer for VS Code notebook extensions (#21225)
This commit is contained in:
31
src/sql/azdata.proposed.d.ts
vendored
31
src/sql/azdata.proposed.d.ts
vendored
@@ -45,25 +45,6 @@ declare module 'azdata' {
|
||||
* The list of languages that are supported for this kernel.
|
||||
*/
|
||||
supportedLanguages?: string[];
|
||||
/**
|
||||
* The original name for this kernel.
|
||||
*/
|
||||
oldName?: string;
|
||||
/**
|
||||
* The original display name for this kernel.
|
||||
*/
|
||||
oldDisplayName?: string;
|
||||
/**
|
||||
* The original language name for this kernel.
|
||||
*/
|
||||
oldLanguage?: string;
|
||||
}
|
||||
|
||||
export interface ILanguageInfo {
|
||||
/**
|
||||
* The original name for this language.
|
||||
*/
|
||||
oldName?: string;
|
||||
}
|
||||
|
||||
export interface IStandardKernel {
|
||||
@@ -96,22 +77,10 @@ declare module 'azdata' {
|
||||
}
|
||||
|
||||
export interface IExecuteRequest {
|
||||
/**
|
||||
* URI of the notebook document that is sending this execute request.
|
||||
*/
|
||||
notebookUri: vscode.Uri;
|
||||
/**
|
||||
* URI of the notebook cell that is sending this execute request.
|
||||
*/
|
||||
cellUri: vscode.Uri;
|
||||
/**
|
||||
* The language of the notebook document that is executing this request.
|
||||
*/
|
||||
language: string;
|
||||
/**
|
||||
* The index of the cell which the code being executed is from.
|
||||
*/
|
||||
cellIndex: number;
|
||||
}
|
||||
|
||||
export interface INotebookMetadata {
|
||||
|
||||
Reference in New Issue
Block a user