mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 01:25:38 -05:00
Fixing the layering in the base folder (#5308)
* removes more builder references * remove builder from profiler * formatting * fix profiler dailog * remove builder from oatuhdialog * remove the rest of builder references * formatting * add more strict null checks to base * enable strict tslint rules * code layering of base * wip * working through changes to table data view * fix tests * update editabledropdown to not use layout service * wip * fix imports * fix import * fix compile error * add more localization * add comments to changes to import patterns * add more import comments
This commit is contained in:
3
extensions/notebook/src/types.d.ts
vendored
3
extensions/notebook/src/types.d.ts
vendored
@@ -9,8 +9,7 @@ import { JupyterController } from './jupyter/jupyterController';
|
||||
* The API provided by this extension.
|
||||
*
|
||||
* @export
|
||||
* @interface IExtensionApi
|
||||
*/
|
||||
export interface IExtensionApi {
|
||||
getJupyterController(): JupyterController;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user