Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(923)

Unified Diff: pkg/analysis_server/lib/src/socket_server.dart

Issue 1156493004: Move index closer to the plugin API (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analysis_server/lib/src/socket_server.dart
diff --git a/pkg/analysis_server/lib/src/socket_server.dart b/pkg/analysis_server/lib/src/socket_server.dart
index 28e08cef8de0dc60e224219f0a11db41f337243e..5f95186d88e7b5dc2f8f11f3bffc2950f2ae97ac 100644
--- a/pkg/analysis_server/lib/src/socket_server.dart
+++ b/pkg/analysis_server/lib/src/socket_server.dart
@@ -71,6 +71,7 @@ class SocketServer {
Index index = null;
if (!analysisServerOptions.noIndex) {
index = createLocalFileIndex();
+ index.contributors = serverPlugin.indexContributors;
index.run();
}

Powered by Google App Engine
This is Rietveld 408576698