Commit Graph

10 Commits

Author SHA1 Message Date
Alex Dima
17454d4e88 Organize imports 2018-10-23 09:54:11 +02:00
Matt Bierner
8087b0a8d8 Remove use strict directives in main vs code ts files (part 2)
We compile using the alwaysStrict flag so these directives are not needed

This part removes most `use strict` directives that are right after the file header
2018-10-02 16:11:05 -07:00
Johannes Rieken
99bd3766b7 fix #43052 2018-03-29 12:42:24 +02:00
Johannes Rieken
159f0ea25e add runtimeErrors to extension status 2017-11-29 14:42:33 +01:00
Johannes Rieken
7128eb085c style - use single-quoted imports 2017-08-21 16:45:32 +02:00
Johannes Rieken
bfdff94b0c send extension id to main thread and decide there how to show errors, #32766 2017-08-18 15:25:29 +02:00
Johannes Rieken
dc69d8bf6d properly spec error data, #32766 2017-08-18 15:02:36 +02:00
Alex Dima
a99eeae966 More adoption of @extHostNamedCustomer 2017-08-16 12:56:09 +02:00
Alex Dima
2b3298af79 Use native proxies for renderer <-> ext host RPC communication 2017-08-16 10:26:25 +02:00
Johannes Rieken
b548d2128d split things up into api/node and api/electron-browser 2017-05-12 11:24:22 +02:00