* use aux window service for issue reporter (#222313)
* add baseline, errors with styling
* attach window to instantiation
* some more thigns working
* some more decent work
* added title bar workings
* fix css and bordeR
* EVERYTHING FINALLY WORKING PLUS 10000 AURA
* fix import
* first pass cleanup
* more cleanup, css fixes
* better speciicity for issue reproting css
* fix test path
* fix styling for new vs. old issue
* upstream windows.ts for merge conflicts
* revert windows work for upsteram
* fix merge conflict attempt 2
* revert organize import
* clean up hygiene and tests
* remove import
* remove zoom, added type arch and release
* add host service and dialog service
* Add WindowIdleValue and GlobalIdleValue, likewise runWhenGlobalIdle and runWhenWindowIdle.
Define window things inside dom.ts for more clarity and more correct layering.
Duplicate API definition for idle so that things compile standalone
fixes https://github.com/microsoft/vscode/issues/197661
* fix compile errors
* make treeshaker happy, use correct types
* add sqm id for windows
* Update src/vs/platform/windows/electron-main/windowsMainService.ts
* Update src/vs/platform/sharedProcess/node/sharedProcess.ts
* react on review comments
* The reg entry is called MachineId not MachineGuid
* fix compile error
* no need for \\ prefix in reg path
* Wait for 1s max (as to not block the startup) to read the SQM value
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
* 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>
* ensureNoDisposablesAreLeakedInTestSuite: ipc
related to #190503
* debt - proxy services need to ask for disposables
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>