Commit Graph

12 Commits

Author SHA1 Message Date
Alex Dima
6dd7a04bbd Fixes #14500: wait for extension points
* Use the extension descriptions available in the UI thread
* Don't wait for handling extension points until extension host is running
* Create the extension host process only after extension points have been handled
* Send the initial configuration as part of the initData to the extension host
2016-10-26 22:08:59 +02:00
Johannes Rieken
01acb0eb2e undefined !== null and JSON.stringify should know that, fix #12812 2016-09-28 12:59:43 +02:00
Benjamin Pasero
91115aa714 support debug & tasks writing (for #8937) 2016-09-15 08:45:37 +02:00
Benjamin Pasero
c86195bb2a service renames 2016-08-29 07:02:11 +02:00
Benjamin Pasero
23d44e2f95 no error codes, just error promises (#1396) 2016-08-26 14:27:27 +02:00
Johannes Rieken
043ff9f76e first wiring of update-call, #1396 2016-08-25 12:11:27 +02:00
Benjamin Pasero
b80a354970 use the workbench config service 2016-08-25 08:21:13 +02:00
Alex Dima
9b33a96365 Remove unused ext host <-> main thread comm class 2016-07-13 11:48:04 +03:00
Alex Dima
bdaa72b842 ext host - extend *Shape classes 2016-07-12 21:10:54 +03:00
Alex Dima
581c260f9a Rename extHostProtocol to extHost.protocol 2016-07-12 19:33:55 +03:00
Alex Dima
9f1e006be5 Do not use native Proxy as it breaks debugging vscode 2016-06-27 17:54:56 +02:00
Alex Dima
d285fe05e1 Split up ext host <-> main thread communication to separate files 2016-06-27 14:59:54 +02:00