Commit Graph

3723 Commits

Author SHA1 Message Date
Matt Bierner
499cfbe8a8 Add fallback values for when exthost adapter cannot be found
Fixes #69147

Due to the asynchronous communication between the exthost and main process, there may be cases where we request data from a provider that has been unregistered. This currently logs an error.

This change adds a fallback value that we can return instead when the adapter is missing.
2019-03-20 18:11:19 -07:00
Matt Bierner
e7a7248009 Work on implicit any errors
#70352
2019-03-20 16:53:43 -07:00
Matt Bierner
826dd8a35e Fixing some implicit any errors in exthost 2019-03-20 15:40:29 -07:00
Matt Bierner
e0427cdcb2 Working on public api for webview port mapping 2019-03-20 14:41:22 -07:00
Sandeep Somavarapu
155eab32e4 Fix #59750 2019-03-20 21:17:50 +01:00
Martin Aeschlimann
eb169cae3c StatusBarWindowIndicatorMenu 2019-03-20 17:33:31 +01:00
Martin Aeschlimann
bb38935fe7 allow file menu contributions 2019-03-20 17:03:07 +01:00
Alex Dima
499686ca03 Send extension host exit code 2019-03-20 16:53:50 +01:00
Johannes Rieken
cffe0d632d move mainThreadConsole, #70319 2019-03-20 15:52:21 +01:00
Johannes Rieken
2f157c7e45 move mainThreadExtensionService, #70319 2019-03-20 15:42:13 +01:00
Johannes Rieken
a2f31e1cd6 move node/console to common/console, #70319 2019-03-20 15:29:36 +01:00
Johannes Rieken
19466f3cad move broadcast service definition to common-layer, #70319 2019-03-20 15:24:00 +01:00
Johannes Rieken
6c59d053d5 move mainThread[H,L], #70319 2019-03-20 15:03:21 +01:00
Johannes Rieken
5a920062da remove extHost-dependency from mainThreadLanguages, #70319 2019-03-20 12:40:54 +01:00
Martin Aeschlimann
0455fefeee add 'vscode.newWindow' command 2019-03-20 11:44:12 +01:00
Johannes Rieken
819dda9bcc move mainThread[U], #70319 2019-03-20 11:35:19 +01:00
Johannes Rieken
1d3215d100 move mainThread[D,E], #70319 2019-03-20 11:29:03 +01:00
Johannes Rieken
2ab6546e02 debt - make url service contribute to opener service, #70319 2019-03-20 11:26:00 +01:00
Johannes Rieken
85afabd20e 💄 2019-03-20 10:43:46 +01:00
Benjamin Pasero
10c0126e4b debt - reduce null | undefined usages 2019-03-20 08:28:19 +01:00
Daniel Imms
904db5d8f7 Support measuring terminal proc latency 2019-03-19 16:30:41 -07:00
Rachel Macfarlane
b5ef5937d3 Prevent multiple empty comment threads from being created at same position 2019-03-19 11:06:59 -07:00
Matt Bierner
7d0e64f5ec Strict null check VS Code
Fixes #60565
Fixes #70417
2019-03-19 10:51:31 -07:00
Matt Bierner
c51f04c97a Strict null check mainThreadComments 2019-03-19 10:34:58 -07:00
Matt Bierner
bf7f750a19 Add asArray helper 2019-03-19 10:33:39 -07:00
Johannes Rieken
1c710c65a8 move mainThread[L,T], #70319 2019-03-19 17:39:45 +01:00
Johannes Rieken
c514d9e783 move mainThread[W], #70319 2019-03-19 17:37:07 +01:00
Johannes Rieken
8237956caa move mainThread[M-Q], #70319 2019-03-19 17:37:07 +01:00
Johannes Rieken
e93063a0cc move mainThread[S], #70319 2019-03-19 17:30:14 +01:00
Johannes Rieken
63f2d31d3f move mainThread[A-F], #70319 2019-03-19 17:22:55 +01:00
Daniel Imms
beb89524b6 Merge branch 'master' into tyriar/70716 2019-03-19 09:21:38 -07:00
Andre Weinand
412a1074da moved mainThreadDebugService to browser 2019-03-19 17:18:33 +01:00
Benjamin Pasero
eddda708d5 files2 - mkdirp throws any erorr that is not FileNotFound 2019-03-19 17:13:50 +01:00
Johannes Rieken
7dbe3bfa09 disallow vscode-dependency in extHost.protocol, #70319 2019-03-19 16:53:12 +01:00
Johannes Rieken
02381f00b9 move extHostCustomers.ts #70319 2019-03-19 16:04:22 +01:00
Johannes Rieken
cfd4cb8c81 strict null trouble 2019-03-19 15:46:01 +01:00
Johannes Rieken
c92ce4014f move extHost.protocol to common, #70319 2019-03-19 15:46:01 +01:00
Johannes Rieken
297a6be6b3 inline IRemoteConsoleLog-type, #70319 2019-03-19 15:21:49 +01:00
Johannes Rieken
a2370138b4 some more named imports 2019-03-19 15:19:06 +01:00
Johannes Rieken
5c02b50383 extHost.protocol should not depend on extHostTypes, #70319 2019-03-19 15:13:50 +01:00
Johannes Rieken
888415c12f move proxy identifier, #70319 2019-03-19 15:13:49 +01:00
Andre Weinand
63a3a570e5 strict-null work for configurationResolver; fixes #69683 2019-03-19 14:41:27 +01:00
Johannes Rieken
63ce59c390 Merge pull request #70748 from Microsoft/joh/callh
Implement call hierarchy
2019-03-19 13:59:31 +01:00
Johannes Rieken
d9558862cc add uri-property to CallHierarchtItem, better wording, better behaviour when switching calls/callers 2019-03-19 10:06:19 +01:00
Rob Lourens
1d191e8909 Strict null check searchService 2019-03-18 21:30:21 -07:00
Daniel Imms
02423d3f15 Fix flaky terminal test 2019-03-18 17:07:57 -07:00
Rachel Macfarlane
30b2c30706 Add a command for deleting comment threads 2019-03-18 16:27:18 -07:00
Daniel Imms
44c1e0321a Support string in TerminalOptions.shellArgs
Fixes #70716
Fixes #70713
2019-03-18 15:38:33 -07:00
Rachel Macfarlane
37cb23d3dd Unregister comment controller when it is disposed 2019-03-18 14:49:01 -07:00
Sandeep Somavarapu
fdf21e193d Fix #70330 2019-03-18 19:56:15 +01:00