Samuel Rawlins
unread,Jan 30, 2023, 7:34:27 PM1/30/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to analyzer-scalability, Dmitry Zhifarsky, sche...@google.com, analyzer-scalability, brianwi...@google.com, jac...@google.com, veg...@google.com, Jens Johansen, sraw...@google.com
Hi Dmitry, I unfortunately cannot reproduce. I did the following
1. git clone g...@github.com:dart-code-checker/dart-code-metrics.git dart-dart-code-metrics
2. cd dart-dart-code-metrics
3. Install Dart 2.19
4. In VS Code, open a window to dart-dart-code-metrics/ dir.
5. In problems panel I see 5 diagnostics.
6. In Dart Code settings, add `"source.fixAll": true, "source.organizeImports": true,` to `editor.codeActionsOnSave`.
7. Open `lib/src/version.dart`.
8. Repeatedly change the string and save the file.
It always saves instantaneously. Can you give us some more data points?
* VS Code version (I'm on 1.74.2)
* Dart Code version (I'm on 3.58.0)
* OS (I'm on Mac Ventura 13.1)
* In the Analysis Server Diagnostics page:
* the Analysis server version: (I'm on 1.33.4), Dart SDK (2.19.0 (stable)),
* Communications tab, like average latency and maximum latency
* number of contexts in the Contexts tab (I have 2)
* Exceptions tab?
* Timing tab?