mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 02:48:30 -05:00
Remove API compatibility layer for VS Code notebook extensions (#21225)
This commit is contained in:
@@ -1333,8 +1333,6 @@ export interface IModelAddedData {
|
||||
EOL: string;
|
||||
languageId: string;
|
||||
isDirty: boolean;
|
||||
// {{SQL CARBON EDIT}}
|
||||
notebookUri?: URI;
|
||||
}
|
||||
export interface ExtHostDocumentsShape {
|
||||
$acceptModelLanguageChanged(strURL: UriComponents, newLanguageId: string): void;
|
||||
|
||||
Reference in New Issue
Block a user