Commit Graph

3886 Commits

Author SHA1 Message Date
Alex Ross
78d48a09cd Get recently opened 2019-08-20 17:37:29 +02:00
Alex Ross
bab821e058 Make custom tree view registration wait until extensions are registered 2019-08-20 16:24:04 +02:00
Benjamin Pasero
d5026ed3fb fix #79453 2019-08-20 11:01:07 +02:00
Matt Bierner
df0dd2edc2 Move webview into browser
Fixes #79424

This file depends on dom api so it should live in browser instead of common
2019-08-19 21:06:47 -07:00
Matt Bierner
c5dc9d16be Finalize asWebviewUri api
Fixes #79242

As discussed, renames `toWebviewResource` to `asWebviewUri` to be consistent with the `asAbsolutePath` api naming
2019-08-19 20:18:26 -07:00
Johannes Rieken
78d462bd86 sync diagnostics, fixes #47292 2019-08-19 18:28:09 +02:00
Sandeep Somavarapu
da827fefed Merge branch 'master' into sandy081/machineOverridable 2019-08-19 17:22:39 +02:00
Johannes Rieken
c8d44e24dd fix scope when falling back to original load function 2019-08-19 14:20:26 +02:00
Matt Bierner
70dc55955d Marking arrays readonly in ExtensionPointUserDelta 2019-08-16 15:12:27 -07:00
Matt Bierner
445ad7021b Use closure instead of parameters 2019-08-16 15:12:27 -07:00
Matt Bierner
ac5887deee Use dispoablestore 2019-08-16 15:12:27 -07:00
Sandeep Somavarapu
64875aa7c6 Introduce machine overridable setting 2019-08-16 17:58:30 +02:00
Alex Dima
623855b7c4 Introduce and adopt asCSSUrl 2019-08-16 17:37:40 +02:00
isidor
a7cc79a554 debug: introduce data breakpoints 2019-08-16 17:16:46 +02:00
Matt Bierner
99912f5866 Remove webview svg whitelist
This is no longer required
2019-08-15 18:18:42 -07:00
Peng Lyu
454d16efd7 remote explorer and contribution under proposed api 2019-08-15 14:34:10 -07:00
Johannes Rieken
15496555ea remove FakeCommonJSSelf 2019-08-15 16:57:54 +02:00
Johannes Rieken
5e63f6e00f web - reuse require interceptor logic 2019-08-15 16:57:53 +02:00
Johannes Rieken
14ee021883 fix typos 2019-08-15 16:57:53 +02:00
Gabriel DeBacker
0e56130bdf Fix issue with CustomExecutions not working through tasks.executeTask (#79132)
* Do not clear out the map, and track the provided execution during execute task

* Clear provided custom executions map on execution complete

* Save last custom execution
2019-08-15 16:24:53 +02:00
Sandeep Somavarapu
8095541d7d inline product configuration in produt service 2019-08-15 16:08:11 +02:00
Johannes Rieken
21de711cdf remove proposed API vscode.commands.onDidExecuteCommand 2019-08-15 15:24:40 +02:00
Johannes Rieken
032ffe6ae1 better exports trapping 2019-08-15 14:03:34 +02:00
Benjamin Pasero
92dafb390c web - implement credentials provider and add API 2019-08-15 13:13:58 +02:00
Johannes Rieken
163aed3817 fix exports trap 2019-08-15 12:37:59 +02:00
Alex Ross
cdea3dcf3b Multi-select in custom tree view (#78625)
Part of #76941

The first argument is now the element that the command is executed on. The second argurment is an array of the other selected items
2019-08-15 11:15:31 +02:00
Peng Lyu
382e94c6c0 Merge branch 'rebornix/remoteExplorer' 2019-08-14 17:20:12 -07:00
Peng Lyu
e0dd508b0e Register Remote Explorer when there are contributions. 2019-08-14 17:19:17 -07:00
Sandeep Somavarapu
e0a685e585 expose product configuration in product service 2019-08-14 18:21:58 +02:00
Alex Dima
16051c7a41 - use strings for view zone ids
- make it unlikely that a new view instance would accept a view zone id from a previous view instance
- remove that the find widget removes a view zone id from another view
(fixes #71745)
2019-08-14 17:55:34 +02:00
Johannes Rieken
ec62819ffa very basic support to load multiple files 2019-08-14 16:32:27 +02:00
Johannes Rieken
8f3b7dec4a debt - IExtensionDescription#main should be relative like all other file references 2019-08-14 16:02:01 +02:00
Johannes Rieken
b2b0c86dda use vscode-remote-endpoint when importing scripts 2019-08-14 12:00:15 +02:00
Benjamin Pasero
ba69d8dccc open exter - move into opener service 2019-08-14 08:33:50 +02:00
Johannes Rieken
16f3b34b03 Merge pull request #73827 from microsoft/joh/e5host
WebWorker ExtensionHost
2019-08-13 14:59:50 +02:00
Johannes Rieken
5d22d7f74c create API instance per extension 2019-08-13 12:21:24 +02:00
Alex Ross
d94bb19d81 strictPropertyInitialization in tasks and custom tree view
Part of #78168
2019-08-13 12:07:53 +02:00
Johannes Rieken
0fb1f5504a Merge branch 'master' into joh/e5host 2019-08-13 10:08:41 +02:00
Matt Bierner
36a335c6ed Merge branch 'master' into exec-code-actions-selection 2019-08-12 13:49:18 -07:00
Johannes Rieken
192e15b613 remove support for markdown message in tree view, only support plain string 2019-08-12 16:54:15 +02:00
Johannes Rieken
7085609533 Merge branch 'master' into joh/e5host 2019-08-12 16:15:39 +02:00
Johannes Rieken
f6ef80200c fix more strict init errors 2019-08-12 15:46:03 +02:00
Johannes Rieken
fb67bc7568 Merge branch 'master' into joh/e5host 2019-08-12 15:13:46 +02:00
Johannes Rieken
58a32d0b44 remove IConsolePatchFn function 2019-08-12 15:04:02 +02:00
Johannes Rieken
2700f41dab use desktop and web ext host logging service 2019-08-12 14:47:20 +02:00
João Moreno
e15a88875a Fixes #78949 (#78950) 2019-08-12 14:12:18 +02:00
Johannes Rieken
b2107be200 Merge branch 'master' into joh/e5host 2019-08-12 10:49:10 +02:00
Daniel Imms
37e0b8e229 Add terminal.integrated.automationShell
Fixes #78497
2019-08-09 09:40:38 -07:00
Johannes Rieken
5880f8ab0c keep empty services in one place 2019-08-09 16:20:30 +02:00
Johannes Rieken
f1aa0929db adopt ext host service world, add dummy implementations for some services 2019-08-09 16:10:50 +02:00