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

Unified Diff: pkg/analysis_server/lib/src/plugin/plugin_manager.dart

Issue 2947953002: Update plugin whitelist to accomodate angular plugin rename (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/src/plugin/plugin_manager.dart
diff --git a/pkg/analysis_server/lib/src/plugin/plugin_manager.dart b/pkg/analysis_server/lib/src/plugin/plugin_manager.dart
index 3f4756bbbd3bb8c20b5a16e3df568514226053a8..112ff512757b9ac6028e938ce0151322d74981f8 100644
--- a/pkg/analysis_server/lib/src/plugin/plugin_manager.dart
+++ b/pkg/analysis_server/lib/src/plugin/plugin_manager.dart
@@ -308,7 +308,7 @@ class PluginManager {
// TODO(brianwilkerson) Figure out the right list of plugin paths.
_whitelistGlobs = <Glob>[
new Glob(resourceProvider.pathContext.separator,
- '**/analyze_angular/tools/analysis_plugin')
+ '**/angular_analyzer_plugin/tools/analyzer_plugin')
];
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698