Skip to content

Commit 818229c

Browse files
committed
Server options file rename.
Clone of https://codereview.chromium.org/1256113004/ which I couldn't cleanly land... Review URL: https://codereview.chromium.org//1261203003 .
1 parent 893287e commit 818229c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/analysis_server/lib/src/server_options.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import 'dart:io';
1010
import 'package:path/path.dart' as path;
1111
import 'package:yaml/yaml.dart';
1212

13-
const _optionsFileName = 'dart_analysis_server.options';
13+
//TODO: consider renaming (https://github.com/dart-lang/sdk/issues/23927)
14+
const _optionsFileName = '.dart_analysis_server.yaml';
1415

1516
/// The shared options instance.
1617
ServerOptions _serverOptions;

0 commit comments

Comments
 (0)