Unverified Commit 0e8720e9 authored by Devon Carew's avatar Devon Carew Committed by GitHub

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

parent be2918ff
......@@ -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,
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment