monaco-editor-wrapper
Version:
Wrapper for monaco-vscode-editor-api and monaco-languageclient
4 lines • 938 B
TypeScript
export declare const defaultViewsInit: () => Promise<void>;
export declare const defaultViewsHtml = "<div id=\"workbench-container\">\n <div id=\"titleBar\"></div>\n <div id=\"banner\"></div>\n <div id=\"workbench-top\">\n <div id=\"sidebarDiv\">\n <div id=\"activityBar\"></div>\n <div id=\"sidebar\"></div>\n <div id=\"auxiliaryBar-left\"></div>\n </div>\n <div id=\"editorsDiv\">\n <div id=\"editors\"></div>\n </div>\n <div id=\"sidebarRightDiv\">\n <div id=\"sidebar-right\"></div>\n <div id=\"activityBar-right\"></div>\n <div id=\"auxiliaryBar\"></div>\n </div>\n </div>\n <div id=\"panel\"></div>\n <div id=\"statusBar\"></div>\n</div>";
export declare const defaultHtmlAugmentationInstructions: (htmlElement: HTMLElement | null | undefined) => void;
//# sourceMappingURL=viewsService.d.ts.map