From 516d2143f7528db446d08627af1b7361710145ca Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Mon, 6 Apr 2020 19:24:49 +0200 Subject: [PATCH] analyzeAngularTemplates is no longer needed --- docs/content/en/docs/Using SQL/sql_ide.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/content/en/docs/Using SQL/sql_ide.md b/docs/content/en/docs/Using SQL/sql_ide.md index a8342e3c..bb4b9821 100644 --- a/docs/content/en/docs/Using SQL/sql_ide.md +++ b/docs/content/en/docs/Using SQL/sql_ide.md @@ -39,14 +39,11 @@ Then, follow the steps for the IDE you want to use. Make sure that your project depends on moor 2.0 or later. Then -1. In the preferences, make sure that the `dart.analyzeAngularTemplates` option is - set to true. Contrary to its name, that flag turns on the plugin system, so you - don't need to worry about angular. -2. Tell Dart Code to analyze moor files as well. Add this to your `settings.json`: +1. Tell Dart Code to analyze moor files. Add this to your `settings.json`: ```json "dart.additionalAnalyzerFileExtensions": ["moor"] ``` -3. Finally, close and reopen your IDE so that the analysis server is restarted. The analysis server will +2. close and re-open your IDE so that the analysis server is restarted. The analysis server will then load the moor plugin and start providing analysis results for `.moor` files. Loading the plugin can take some time (around a minute for the first time).