Commit graph

47511 commits

Author SHA1 Message Date
Benjamin Pasero
e764acdbb4 disable flaky test (#70887) 2019-03-21 10:36:24 +01:00
Benjamin Pasero
18c7f91484 files2 - implement moveFile() 2019-03-21 10:18:04 +01:00
Martin Aeschlimann
5faf7c3539 Update statusBarItem.prominentBackground. Fixes #70845 2019-03-21 10:09:25 +01:00
Sandeep Somavarapu
50e587b273 Separate remote channel contributions from remote agent service 2019-03-21 10:00:45 +01:00
Johannes Rieken
d99a7cbddb callh - better icons for calls/callers 2019-03-21 09:48:25 +01:00
Johannes Rieken
9f80532dd5 callh - move context menu command above reference commands 2019-03-21 09:48:25 +01:00
Johannes Rieken
354621d61c callh - persist view state when toggling between calls and callers 2019-03-21 09:48:25 +01:00
Joao Moreno
3f2b820b4c fix array.first 2019-03-21 09:34:08 +01:00
Benjamin Pasero
50d5be49fd files2 - introduce and adopt resolveMetadata option 2019-03-21 08:51:34 +01:00
Johannes Rieken
f4f021ff56
Merge pull request #70869 from mjbvz/default-adapter-values
Add fallback values for when an exthost adapter cannot be found
2019-03-21 08:50:18 +01:00
Benjamin Pasero
961e8ffab1 files2 - finish resolveFile(s) 2019-03-21 07:37:05 +01:00
Rob Lourens
9d64a3be86 Fix #27636 - in matchesWords filtering, split words on punctuation marks as well as whitespace (#70868) 2019-03-21 07:04:47 +01:00
Matt Bierner
edd2c737f9 Use withUndefinedAsNull and avoid null supression 2019-03-20 19:19:02 -07:00
Matt Bierner
f1ab1ecb9e Remove unneeded short 2019-03-20 19:14:43 -07:00
Matt Bierner
376fca8645 Don't import 'vscode' in webview code
#70807
2019-03-20 18:58:04 -07: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
0768663da9 Update js/ts grammar 2019-03-20 17:56:50 -07:00
Matt Bierner
60155902e1 Fix monaco build error 2019-03-20 17:34:08 -07:00
Matt Bierner
872478caee IActionItemProvider should return undefined instead of null
#70020
2019-03-20 17:13:31 -07:00
Matt Bierner
5eeb74bbb1 Remove empty test 2019-03-20 16:55:38 -07:00
Matt Bierner
e7a7248009 Work on implicit any errors
#70352
2019-03-20 16:53:43 -07:00
Matt Bierner
8a8a502320 Rename fields 2019-03-20 15:50:13 -07:00
Matt Bierner
826dd8a35e Fixing some implicit any errors in exthost 2019-03-20 15:40:29 -07:00
Matt Bierner
28e6e12f29 Polishing port mapping webview api
Part of #70851
2019-03-20 14:41:22 -07:00
Matt Bierner
e0427cdcb2 Working on public api for webview port mapping 2019-03-20 14:41:22 -07:00
Matt Bierner
311b64b550 💄 2019-03-20 14:41:22 -07:00
Matt Bierner
e27cd8db83 Prototype basic webview port mapping 2019-03-20 14:41:22 -07:00
SteVen Batten
fc10e26ea5 fixes #68505 2019-03-20 14:13:17 -07:00
Sandeep Somavarapu
05e606ef3d #59750 fix tests 2019-03-20 21:25:17 +01:00
Sandeep Somavarapu
713bd1e380 #59750 fix tests 2019-03-20 21:20:01 +01:00
Sandeep Somavarapu
155eab32e4 Fix #59750 2019-03-20 21:17:50 +01:00
Sandeep Somavarapu
bef32736a0 Fix #67415 2019-03-20 21:17:50 +01:00
Rob Lourens
aedd19d696 Better check for local file scheme in search 2019-03-20 18:59:48 +00:00
Matt Bierner
e44ea77199
Merge pull request #70798 from mjbvz/type-stub
Avoid any in TestInstantiationService.stub
2019-03-20 11:35:09 -07:00
Benjamin Pasero
0eaf7b7ed0 files2 - implement delete (without trash) 2019-03-20 18:59:29 +01:00
Daniel Imms
d8ea9d9dcd Fix null check in terminal 2019-03-20 10:50:03 -07:00
Benjamin Pasero
a136d24ffd files2 - implement support for resolveSingleChildDescendants 2019-03-20 18:21:48 +01:00
Benjamin Pasero
2042295b43 status pending entries 💄 2019-03-20 18:03:05 +01:00
Johannes Rieken
5f48c695de callh - show anchor as root node in tree, don't show badges, show current call path as meta title 2019-03-20 17:49:08 +01:00
Martin Aeschlimann
5f09de6e7a api tests: avoid rootPath 2019-03-20 17:41:00 +01:00
Martin Aeschlimann
f41af4f525 fix for untitled file URIs 2019-03-20 17:33:31 +01:00
Martin Aeschlimann
eb169cae3c StatusBarWindowIndicatorMenu 2019-03-20 17:33:31 +01:00
Martin Aeschlimann
9e984cd673 api-tests: avoid rootPath 2019-03-20 17:33:30 +01:00
isidor
e16115a0c3 exception widget: no max height needed 2019-03-20 17:27:09 +01:00
isidor
10834053f9 fixes #68654 2019-03-20 17:24:33 +01:00
isidor
9aa72db86b debug: simplify adding repl elements
#69535
2019-03-20 17:11:30 +01:00
Martin Aeschlimann
bb38935fe7 allow file menu contributions 2019-03-20 17:03:07 +01:00
Martin Aeschlimann
a8d3aea1e9 statusbarService: collect entries if not yet created 2019-03-20 16:55:18 +01:00
Alex Dima
499686ca03 Send extension host exit code 2019-03-20 16:53:50 +01:00
Johannes Rieken
2975db6be9 callh - hide "Call Hierarchy" command in peek editors 2019-03-20 16:42:39 +01:00