Commit Graph

413 Commits

Author SHA1 Message Date
Joao Moreno
32f721f81a scm: deprecate scm.inputBox 2017-08-22 10:44:55 +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
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
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
52f98f46ef move find-file logic into fsprovider, wire things up end to end 2017-08-17 12:36:30 +02:00
Johannes Rieken
af195c9638 api-ify search provider, needs query logic... 2017-08-17 11:15:44 +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
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
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
Alex Dima
89c8f93833 Simplify the implementation of MainProcessExtensionService 2017-08-15 16:02:55 +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
Joao Moreno
13a6a7a9c3 color api: remove ColorRange.format 2017-08-11 11:50:10 +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
7efa9545b6 Merge branch 'master' into colorpicker 2017-07-26 21:54:00 +02:00
Michel Kaporin
4bd6bdfe7e Updated API to declarative way for supplying color format. 2017-07-25 16:58:49 +02:00
Sandeep Somavarapu
06550ab0c3 Version 2 2017-07-25 16:27:56 +05:30
Sandeep Somavarapu
4b20d3e9bf Fix #31191 2017-07-24 15:16:21 +05:30
Andre Weinand
e1e3051d28 add root folder to startDebugSession 2017-07-24 11:23:49 +02:00
Michel Kaporin
3713e4deea Added ColorMode to API. 2017-07-24 09:51:18 +02:00
Andre Weinand
a9d463248a add WorkspaceFolder to proposed debug API 2017-07-22 23:55:06 +02:00
Michel Kaporin
0490818367 Updated color API and color info conversion between extHost and main. Added color picker disposal, more listeners. 2017-07-21 12:02:32 +02:00
Johannes Rieken
0106e2f189 Merge branch 'master' into joh/remote 2017-07-20 17:19:16 +02:00
Joao Moreno
6987cb0eb0 API: window.isFocused, window.onDidChangeWindowFocus
fixes #18263
2017-07-20 14:45:41 +02:00
Michel Kaporin
06c30736cd Added color provider to proposed API. 2017-07-19 16:40:56 +02:00
Christof Marti
a6a07a74e0 Proposed credentials API 2017-07-18 14:55:07 -07:00
Andre Weinand
6f4ebe7517 add proposed 'startDebugging' API 2017-07-18 21:15:10 +02:00
Andre Weinand
254c8c5b0b debug API: add onDidStartDebugSession 2017-07-18 00:18:56 +02:00
Andre Weinand
cf6f9ab6e0 debug api: rename createDebugSession to startDebugSession 2017-07-17 12:27:47 +02:00
Daniel Imms
5a88191a37 Remove Terminal.onData proposed API
This was to be used by tasks as an extenion which ended up
not happening.
2017-07-13 08:43:39 -07:00
Johannes Rieken
c510eff1ad Merge branch 'master' into joh/remote 2017-07-13 16:48:36 +02:00
Johannes Rieken
38f0dea2b6 fix #29469, remove unsued code 2017-07-11 17:54:42 +02:00
Johannes Rieken
b309f3473d Merge branch 'master' into joh/remote 2017-07-11 16:54:47 +02:00
Andre Weinand
618fcaad9f incorporate debug API feedback 2017-07-11 00:49:08 +02:00
Johannes Rieken
16c00672fa proposed API and its wiring 2017-07-10 16:17:27 +02:00
Benjamin Pasero
f381ce961d Add API to open a file or diff editor on a specific selection range (fixes #30241) 2017-07-07 12:20:34 +02:00
Andre Weinand
1291d9e870 proposed debug api: add support for custom DAP events 2017-07-06 23:04:54 +02:00
Andre Weinand
5eb21eaa8a Debug API for tracking current debug session; fixes #30157 2017-07-06 00:27:14 +02:00
Benjamin Pasero
3e4a7d1e89 fix imports 2017-06-28 08:08:22 +02:00
Marc Kassay
dc4e07da58 Added git\src\model tooltip for decorations. 2017-06-27 12:46:58 -04:00