Commit Graph

2679 Commits

Author SHA1 Message Date
Dirk Baeumer
db4c9baa6a Better Keytar shim 2019-04-09 21:57:00 +02:00
Rob Lourens
5eb0ac21a8 Delete deprecated search provider stub 2019-04-05 15:44:25 +00:00
Johannes Rieken
71fb67097a simplify protocol check 2019-04-05 15:38:54 +02:00
Johannes Rieken
8881c88a8a debt - make ext host init data more complete 2019-04-05 15:23:21 +02:00
Christof Marti
d4be221aaa Cleanup unused properties 2019-04-05 10:08:50 +02:00
Peng Lyu
5876f66f77 Merge EmptyCommentThreadFactory with CommentingRangeProvider 2019-04-04 15:24:27 -07:00
Johannes Rieken
e9568ad84c debt - use Cache for completion items 2019-04-04 17:20:17 +02:00
Johannes Rieken
b15e6329a5 debt - don't use heap service for lazy links 2019-04-04 17:20:17 +02:00
Johannes Rieken
2b0b913632 debt - don't send unused data around 2019-04-04 13:00:53 +02:00
Martin Aeschlimann
c1dc62c038 vscode.openFolder broken 2019-04-04 11:48:21 +02:00
Alex Dima
25ed721e48 More support for keytar 2019-04-03 22:50:46 +02:00
Alex Dima
40dbf397ab Simplify registration of vscode node module 2019-04-03 22:50:46 +02:00
Alex Dima
e0692099e0 Add NodeModuleRequireInterceptor 2019-04-03 20:36:42 +02:00
Alex Ross
36d9d043b9 Remove tasks use of crypto in extHostTypes.ts 2019-04-03 10:49:24 +00:00
Peng Lyu
6e66ff6ec2 Expose uriScheme through vscode.env (#71397)
* Expose uri scheme through vscode.env
2019-04-02 23:12:59 +02:00
Martin Aeschlimann
1ca3959faf refactor IURIToOpen 2019-04-02 17:32:11 +02:00
Peng Lyu
260442f574 Batch comment thread properties update event (#71569) 2019-04-02 01:00:03 +02:00
Johannes Rieken
3ba44a0348 minimize suggest dto, #71060 2019-04-01 16:16:50 +02:00
Benjamin Pasero
84726e51f4 debt - merge extfs and pfs 2019-04-01 08:45:46 +02:00
Benjamin Pasero
f5554346aa debt - get rid of flow 2019-04-01 08:35:28 +02:00
Johannes Rieken
0b66e3484e fix #71057 2019-03-28 12:54:02 +01:00
Daniel Imms
6b81670102 Handle ext host exit when debugging
Fixes #70984
2019-03-27 10:58:09 -07:00
Sandeep Somavarapu
1fc282fe17 #70998 Create output directoru before creating logger 2019-03-27 14:27:01 +01:00
Alex Ross
1bc278f36d Fix reruning of Custom Execution tasks
Fixes #71232
2019-03-27 09:59:07 +01:00
Rob Lourens
3bd60b2ba7 Formatting tweak to "Running contributed command failed" 2019-03-27 00:29:57 +00:00
Rachel Macfarlane
9f8de1f442 Fixes #71241, Adding a deletecommand to a comment alone does not reflect in the UI 2019-03-26 16:56:30 -07:00
Daniel Imms
f4e870fe86 Also support string in shellArgs passed directly to createTerminal
Part of #70716
2019-03-26 16:02:08 -07:00
Benjamin Pasero
d0211faa28 fix #71118 2019-03-26 08:38:37 +01:00
Martin Aeschlimann
014c366fdc add _workbench.addToRecentlyOpened command 2019-03-25 17:52:42 +01:00
Martin Aeschlimann
ee2f23192c open new window with reuse 2019-03-25 17:52:42 +01:00
Martin Aeschlimann
0f45c39d97 status from ext host cli 2019-03-25 17:52:42 +01:00
Matt Bierner
d25ea61e0c Add telemetry around localhost loading inside of webview
This is needed to understand which extension should enable the new port forwarding feature. Only logs that some extension is accessing localhost in a webview, not which port/resource is accessed
2019-03-22 17:03:12 -07:00
Sandeep Somavarapu
bed2921b47 Support remote user configuration 2019-03-22 16:52:14 +01:00
Martin Aeschlimann
fa854de2af URI for waitMarkerFilePath 2019-03-22 16:21:10 +01:00
Johannes Rieken
97cc9b15ba implicit any, #70352 2019-03-22 09:11:36 +01:00
Benjamin Pasero
2699f06fb9 less implicit any (#70352) 2019-03-22 08:08:16 +01:00
Rob Lourens
0118588327 Fix vscode.newWindow args 2019-03-21 23:49:14 +00:00
Matt Bierner
d1e87a2dd5 More implicit any error fixes 2019-03-21 13:06:17 -07:00
Matt Bierner
8235163d9b More implicitAny fixes 2019-03-21 09:52:43 -07:00
Johannes Rieken
3fc8913343 show quick pick when multiple formatter apply, #41882 2019-03-21 17:40:31 +01:00
Martin Aeschlimann
dc925370e6 add IOpenConfiguration.noRecentEntry 2019-03-21 12:16:53 +01:00
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
826dd8a35e Fixing some implicit any errors in exthost 2019-03-20 15:40:29 -07:00
Alex Dima
499686ca03 Send extension host exit code 2019-03-20 16:53:50 +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
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