We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79faded commit 22da6edCopy full SHA for 22da6ed
pkg/analyzer/lib/src/dart/analysis/context_locator.dart
@@ -31,7 +31,7 @@ class ContextLocatorImpl implements ContextLocator {
31
/// analysis options file.
32
///
33
/// See: https://github.com/dart-lang/sdk/issues/53876
34
- static bool singleOptionContexts = true;
+ static bool singleOptionContexts = false;
35
36
/// The resource provider used to access the file system.
37
final ResourceProvider resourceProvider;
0 commit comments