mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
* demo * wip * polish * allow to toggle * compile * enable devtools * cleanup * cleanup * cleanup * cleanup * cleanup * Avoid using global document, global window * Fix exception caused by reading the size of the newly created window before it is available * cleanup * make it more useful * apply zoom * first cut editor parts * cleanup * scaffold some services * preserve view state * simple label distinction * introduce accessor * support dnd * fix open editors view * share window options * cleanup * 💄 * 💄 * 💄 * 💄 * cleanup on unload * add todo * stylescleanup * avoid instanceof checks * share more styles * revert changes partially * fix custom menus * more alignment to main window * codicon does not seem to be needed anymore * no need for isHTMLElement * fix icon error on macOS * prevent `document.createElement` * close child window when main window closes * better active groups tracking * cleanup * pass along editor parts viewer * eslint rule for instanceof checks * add dom tests * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup --------- Co-authored-by: Alex Dima <alexdima@microsoft.com>