Commit Graph

2157 Commits

Author SHA1 Message Date
Benjamin Pasero ffbc48855a debt - add whenClosedOrLoaded into window class 2019-10-05 08:09:56 +02:00
Benjamin Pasero 86a42393b0 debt - handle window errors in window class 2019-10-05 08:03:45 +02:00
Benjamin Pasero c55d704a14 debt - move pick & open into electron main service 2019-10-05 07:58:41 +02:00
Martin Aeschlimann 6a90438f02 WSL window opening with windows path. Fixes https://github.com/microsoft/vscode-remote-release/issues/1537 2019-10-03 11:44:47 +02:00
Benjamin Pasero c5e2892b29 urls - add option to disable confirm dialog 2019-10-02 14:38:37 +02:00
Martin Aeschlimann af2126c725 support code --remote ssh+remote+xy /pathOnXY. For https://github.com/microsoft/vscode-remote-release/issues/585 2019-09-30 15:59:20 +02:00
Benjamin Pasero da76f05e7a electron - revert to Electron 4 2019-09-30 14:55:17 +02:00
Benjamin Pasero 25fb4bcd78 debt - move enterWorkspace into workspace service 2019-09-30 11:35:50 +02:00
Benjamin Pasero 65c65e2697 debt - introduce and use dialog main service 2019-09-30 11:33:40 +02:00
Benjamin Pasero f8cdbe7421 host - reduce methods that are required 2019-09-30 11:32:31 +02:00
Benjamin Pasero 7928b7fb00 debt - move ISharedProcess 2019-09-30 11:30:07 +02:00
Benjamin Pasero 304693f37e debt - async import for cli 2019-09-30 11:30:07 +02:00
Sandeep Somavarapu e707a51d85 Merge branch 'sandy081/settingsSyncAuth' 2019-09-27 16:16:57 +02:00
Sandeep Somavarapu 39fa5f4f7d fix layering issue 2019-09-27 16:15:03 +02:00
Benjamin Pasero ad5e5815ab web - introduce workspace provider 2019-09-27 14:10:32 +02:00
Sandeep Somavarapu 64396bf622 adopt to auth token service 2019-09-27 12:48:25 +02:00
Benjamin Pasero f39e5c3c13 fix build 2019-09-27 10:48:18 +02:00
Benjamin Pasero a2352c83b1 debt - adopt ipc proxy for launch service 2019-09-27 10:38:46 +02:00
Benjamin Pasero 0f6305f4b2 debt - adopt channel proxy for localizations 2019-09-27 10:16:02 +02:00
Benjamin Pasero ad1a0e6d9f debt - move ipcChannelCreator into ipc.ts 2019-09-27 10:05:04 +02:00
Benjamin Pasero f132464a79 debt - adopt proxy channel for URL channel 2019-09-27 09:58:18 +02:00
Benjamin Pasero 4e4cb81c57 debt - merge workspaces and history into one 2019-09-27 09:33:43 +02:00
Benjamin Pasero 136dbe9e20 debt - move native dialog options 2019-09-26 19:01:58 +02:00
Benjamin Pasero 64eed745f5 💄 move a few services around 2019-09-26 18:37:58 +02:00
Benjamin Pasero 86f3a07e29 debt - rename platform/history => workspacesHistory 2019-09-26 16:34:17 +02:00
Benjamin Pasero 8e99945e41 debt - get rid of windows service 2019-09-26 15:49:41 +02:00
Sandeep Somavarapu e77bded9cf Introduce output log channel for configuration sync 2019-09-26 13:52:28 +02:00
Benjamin Pasero 4907854f2e debt - avoid raw channel use 2019-09-26 09:24:43 +02:00
Benjamin Pasero f0b99530c8 debt - implement window events and focus tracking 2019-09-26 08:13:58 +02:00
Benjamin Pasero 6234336b0f ipc - lay foundation for events support 2019-09-25 17:27:24 +02:00
Benjamin Pasero 592fc970bf debt - getActiveWindowId is electron only 2019-09-25 09:47:07 +02:00
Benjamin Pasero d0b67392e7 debt - getWindows is electron only 2019-09-25 09:35:28 +02:00
Benjamin Pasero cc036f3f7c debt - remove more unused 2019-09-25 08:45:46 +02:00
Benjamin Pasero a0b9c73565 debt - remove unused 2019-09-25 08:34:05 +02:00
Benjamin Pasero 5a60e6fb9b debt - add openInWindow to host 2019-09-25 08:26:51 +02:00
Sandeep Somavarapu ad601533c5 setting to ignore during sync 2019-09-24 19:03:13 +02:00
Benjamin Pasero f837a34bce debt - move enterWorkspace into workspaces service 2019-09-24 17:44:46 +02:00
Benjamin Pasero 4da232a31b debt - move shared process things out into own service 2019-09-24 16:42:36 +02:00
Benjamin Pasero cd5625c766 debt - handle title doubleclick is electron only 2019-09-24 09:58:08 +02:00
Benjamin Pasero f9df1182a6 💄 window id 2019-09-24 09:21:23 +02:00
Rob Lourens 70f3a0970d Fix microsoft/vscode-remote-release#1444 2019-09-20 10:55:55 -07:00
Benjamin Pasero f882a95952 debt - require electron and not Electron 2019-09-19 14:45:06 +02:00
Benjamin Pasero d58aa5ebe0 debt - use electron dialogs through electron service 2019-09-19 14:45:06 +02:00
Benjamin Pasero 5de60c1be4 web - fix broken static extensions 2019-09-19 11:53:30 +02:00
Benjamin Pasero 8cd4c5a4f2 debt - windowsService => legacyWindowsMainService 2019-09-19 10:19:18 +02:00
Benjamin Pasero e69400a2e2 debt - launchService => launchMainService 2019-09-19 10:09:08 +02:00
Benjamin Pasero 443ab8f33e debt - extract a openEmptyWindow method and support in web 2019-09-19 10:06:21 +02:00
Benjamin Pasero 72177d7730 ipc - adopt simple proxy for menubar service 2019-09-19 08:23:38 +02:00
Matt Bierner 36b66c90e9 Add firstOrDefault helper
Array accesses are not strict null checked. Added a type checked helper for when you just want to get the first element of an array of fallback to a default if the array is empty
2019-09-18 18:20:26 -07:00
Pine ded2de95dc Merge branch 'master' into font-family-jp 2019-09-18 14:29:14 -07:00