enable multi-option context support
https://github.com/dart-lang/sdk/issues/53876 Change-Id: Ia6e8fd299685f6049862a7027e9c7734d806e328 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/350342 Commit-Queue: Phil Quitslund <pquitslund@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
@@ -31,7 +31,7 @@ class ContextLocatorImpl implements ContextLocator {
|
||||
/// analysis options file.
|
||||
///
|
||||
/// See: https://github.com/dart-lang/sdk/issues/53876
|
||||
static bool singleOptionContexts = true;
|
||||
static bool singleOptionContexts = false;
|
||||
|
||||
/// The resource provider used to access the file system.
|
||||
final ResourceProvider resourceProvider;
|
||||
|
||||
Reference in New Issue
Block a user