mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 14:01:38 +01:00
web - api 💄
This commit is contained in:
@@ -21,9 +21,8 @@
|
||||
});
|
||||
|
||||
// @ts-ignore
|
||||
require(['vs/workbench/workbench.web.api'], function () {
|
||||
require(['vs/workbench/workbench.web.api'], function (api) {
|
||||
// @ts-ignore
|
||||
// eslint-disable-next-line no-undef
|
||||
monaco.workbench.create(document.body, self.WORKBENCH_WEB_CONFIGURATION);
|
||||
api.create(document.body, self.WORKBENCH_WEB_CONFIGURATION);
|
||||
});
|
||||
})();
|
||||
Reference in New Issue
Block a user