Commit Graph

25 Commits

Author SHA1 Message Date
Alex Dima
34837504ba debt - More precise typings 2018-09-05 12:21:06 +02:00
Johannes Rieken
3c727a6d01 uri - replace usages of default export with named export (part 2) 2018-09-03 11:04:26 +02:00
Sandeep Somavarapu
5a6e8dc0d3 #40169 Remove usage of custom marshaller 2017-12-15 09:48:57 +01:00
Alex Dima
367dd10413 Rename RPCProtocol.get to RPCProtocol.getProxy (#36972) 2017-12-13 16:04:14 +01:00
Sandeep Somavarapu
993043440d Send workspace configuration change event data to extension host 2017-10-18 10:53:24 +02:00
Sandeep Somavarapu
b65cb01b3d Send the configuration change event data to Extension host 2017-10-18 08:39:48 +02:00
Sandeep Somavarapu
b0a7b57d46 Rename IConfigurationService onDidUpdateConfiguration to onDidChangeConfiguration 2017-10-17 10:46:33 +02:00
Sandeep Somavarapu
b5774640f1 Use IConfigurationService.updateValue instead of IConfigurationEditingService 2017-10-16 23:01:02 +02:00
Sandeep Somavarapu
3170a7f5f9 Do not overload getConfiguration for sending it to extension host. Use getConfigurationData 2017-10-16 16:07:40 +02:00
Sandeep Somavarapu
75cf7dabb5 Refactor Configuration Service
- API to get a value given a key
- API to update value smartly
- Fine grained configuration change event
- Smart reload API
- Remove unnecessary APIs
2017-10-05 23:13:18 +02:00
Sandeep Somavarapu
be9e7cfd14 Revert "Fix #34353"
This reverts commit 838d4a33d6.
2017-09-28 10:16:40 +02:00
Sandeep Somavarapu
838d4a33d6 Fix #34353 2017-09-27 16:14:26 +02:00
Sandeep Somavarapu
923c987072 Rename WorkspaceState to WorkbenchState 2017-09-13 10:04:51 +02:00
Sandeep Somavarapu
1b8f07fee9 Introduce WorkspaceState representing Empty, Folder and Workspace.
Adopt to use getWorkspaceState instead of hasFolderWorkspace or hasMultiFolderWorkspace
2017-09-12 23:23:49 +02:00
Sandeep Somavarapu
8db72dd07f Fix #33440 2017-08-30 12:52:29 +02:00
Sandeep Somavarapu
feded35e7a Fix #32949 2017-08-23 09:00:05 +02:00
Johannes Rieken
7128eb085c style - use single-quoted imports 2017-08-21 16:45:32 +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
Alex Dima
159de8236e More adoption of @extHostNamedCustomer 2017-08-16 10:26:25 +02:00
Johannes Rieken
2e5311ca6e towards ext-host-restart: properly implement dispose-methods in variouds MainThreadXYZ-types 2017-08-14 16:56:13 +02:00
Sandeep Somavarapu
06550ab0c3 Version 2 2017-07-25 16:27:56 +05:30
Sandeep Somavarapu
81b98b8870 Adopt ext host to use configuration tree data 2017-06-16 07:49:51 +02:00
Sandeep Somavarapu
3ce087b99e #16580 Provide option to not to notify error by default. This is needed for extension API 2017-05-14 22:17:52 +02:00
Johannes Rieken
b548d2128d split things up into api/node and api/electron-browser 2017-05-12 11:24:22 +02:00