(Solved) Flutter VS code Error: Saving dirty editors is taking longer than expected... / Dart Formatter freezing
Flutter VS code Error: Saving dirty editors is taking longer than expected... / Dart Formatter freezing
VS CODE 에서 플러터를 사용할 때 save 를 하게 되면 가끔 아래의 에러가 뜨곤 한다.
Saving dirty editors is taking longer than expected...
Dart Formatter freezing
해결방안: flutter versions을 업그레이드 하면 해결이 된다
flutter upgrade --force
flutter 2.2.2 버전부터 위의 에러가 고쳐진 것임을 알수 있다.
위의 에러는 밑의 구글을 참고하여도 좋다.
https://github.com/dart-lang/sdk/issues/45996
(macos) Analyzer sometimes stops responding in VSCode when mass file change events occur · Issue #45996 · dart-lang/sdk
I've been dming @DanTup for a couple of weeks about this issue (first reported here: Dart-Code/Dart-Code#3295 After tons and tons of testing to narrow things down it seems like when you have a ...
github.com
https://github.com/Dart-Code/Dart-Code/issues/3460
Saving 'file_name.dart': Running 'Dart' Formatter · Issue #3460 · Dart-Code/Dart-Code
Describe the bug After running some Debug Run of Flutter application, the VS Code slows down and whenever I'm changing the file and want to save I just see this notification: Saving 'filena...
github.com