Commit Graph

982 Commits

Author SHA1 Message Date
Johannes Rieken
49784f8eb1 expose some of the open-options, #13807 2017-08-22 12:50:31 +02:00
Johannes Rieken
beb033f98b make internal variant of MarkedString be a string, #29076 2017-08-22 12:01:09 +02:00
Johannes Rieken
c98952880c show extension name with id, show title also on severity-label, #21302 2017-08-21 15:23:46 +02:00
Johannes Rieken
9486562add fix #32874 2017-08-21 11:43:53 +02:00
Benjamin Pasero
a87dd9c7ad fix imports to single quote 2017-08-21 11:27:57 +02:00
Johannes Rieken
891e6843e8 first cut of option-less open, #13807 2017-08-21 10:35:21 +02:00
rebornix
1bad719ea4 Float Alpha 2017-08-19 11:58:06 -07:00
Christof Marti
abea60daf8 Remove proposed credentials API (#31131) 2017-08-18 15:55:27 -07:00
Johannes Rieken
9e86799468 fix #32788 2017-08-18 18:03:17 +02:00
Johannes Rieken
6dd175fd41 show message source in title, #21302 2017-08-18 16:58:59 +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
69c9edebb9 prefix stack with extension id, #32766 2017-08-18 15:02:36 +02:00
Ron Buckton
066a2bb141 Update Promise definition (#30268)
* Update definition of Promise in winjs.base.d.ts.

* Update to new Promise declaration

* Fix remaining errors.
2017-08-18 00:02:57 -07:00
Johannes Rieken
dbf8ca266c inline PathSplitter for less code 2017-08-17 15:58:13 +02:00
Alex Dima
c2e0b36d9b Implement extension host restarting 2017-08-17 15:43:35 +02:00
Andre Weinand
0f9d677850 introduce DebugConfigurationProvider; fixes #32086 2017-08-16 16:57:10 +02:00
Alex Dima
9c531879fc Further reduce usage of IThreadService 2017-08-16 16:15:42 +02:00
Alex Dima
a99eeae966 More adoption of @extHostNamedCustomer 2017-08-16 12:56:09 +02:00
Johannes Rieken
b8e8c435cc ignore dispose-errors, fixes #30578 2017-08-16 12:00:51 +02:00
Alex Dima
c956a19fab Have MainThreadDocumentsAndEditors follow the lifecycle of the extension host 2017-08-16 11:28:26 +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
Joao Moreno
1c563f8827 Merge remote-tracking branch 'origin/master' 2017-08-16 10:14:50 +02:00
Joao Moreno
3160356614 fix npe 2017-08-16 10:13:31 +02:00
Joao Moreno
f9f06beefa Merge branch '25849' of https://github.com/marckassay/vscode into marckassay-25849 2017-08-16 10:06:33 +02:00
Johannes Rieken
e909c33059 eng - move the document content provider part out of document/editor management 2017-08-15 19:25:23 +02:00
Alex Dima
20a45eef3a Add a mechanism to be a customer of the extension host (share lifecycle) and begin reducing usage of IThreadService 2017-08-15 18:26:51 +02:00
Joao Moreno
8bad13987d fixes #32578 2017-08-15 18:12:49 +02:00
Alex Dima
04b6de7655 Cleanup in ExtHostExtensionService 2017-08-15 16:02:55 +02:00
Alex Dima
f330bea3f5 More cleanup around AbstractExtensionService 2017-08-15 16:02:55 +02:00
Alex Dima
89c8f93833 Simplify the implementation of MainProcessExtensionService 2017-08-15 16:02:55 +02:00
Alex Dima
42cd3042a1 Simplify AbstractExtensionService 2017-08-15 16:02:55 +02:00
hikerpig
b104c7d0f8 fix spelling of 'iff' and 'idenifier' (#32401)
* fix spelling of 'iff' and 'idenifier'

* Keep 'iff' in comment if it means *if and only if*
2017-08-15 15:23:29 +02:00
Alex Dima
a7fcaffcf4 Do not install the watchdog if the extension host is debuggable (#26445) 2017-08-14 14:27:20 +02:00
Joao Moreno
3007332134 fixes #32379 2017-08-14 11:52:36 +02:00
Martin Aeschlimann
d3a80dc181 Using Color.fromHex with invalid input should return null 2017-08-12 13:31:59 +02:00
Joao Moreno
13a6a7a9c3 color api: remove ColorRange.format 2017-08-11 11:50:10 +02:00
Joao Moreno
0f5272afe9 color api: docs 2017-08-11 11:50:10 +02:00
Joao Moreno
43160efc08 Color alpha isn't optional 2017-08-11 11:50:10 +02:00
Joao Moreno
85d2350db1 color: private rgba, hsla 2017-08-09 11:18:51 +02:00
Joao Moreno
de78bd66a6 introduce Color.Format 2017-08-09 11:18:51 +02:00
Christof Marti
85fa81014e Do not throw on top-level property access (fixes #31854) 2017-08-01 15:25:07 -07:00
Johannes Rieken
a154372764 fix #31553 2017-07-28 11:46:43 +02:00
Joao Moreno
fe42130032 fix hygiene 2017-07-28 10:18:03 +02:00
Michel Kaporin
35b085f864 Fixed passing available formats to the main thread. 2017-07-27 23:03:08 +02:00
Michel Kaporin
726eeeb1aa Integrate API changes into extHost 2017-07-27 18:03:23 +02:00
Michel Kaporin
be836877ee Simplified extHost <-> mainThread communication by having color formatters map on both sides. 2017-07-27 17:16:35 +02:00
Joao Moreno
d38e4fd69b Merge remote-tracking branch 'origin/master' into colourpicker 2017-07-27 16:39:09 +02:00
Joao Moreno
b275fc7850 introduce IColorDecorationExtraOptions
clean up monaco.d.ts
2017-07-26 23:13:11 +02:00
Joao Moreno
7efa9545b6 Merge branch 'master' into colorpicker 2017-07-26 21:54:00 +02:00