use the --disable-server-feature-completion cli arg to the analysis server (#33232)

This commit is contained in:
Devon Carew 2019-05-23 07:48:23 -07:00 committed by GitHub
parent be2918ff30
commit 0e8720e926
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,8 @@ class AnalysisServer {
final List<String> command = <String>[
fs.path.join(sdkPath, 'bin', 'dart'),
snapshot,
'--disable-server-feature-completion',
'--disable-server-feature-search',
'--sdk',
sdkPath,
];