Hi,
Whenever I'm editing Dart code in a Flutter project in VS code, I get the following persistent notification:
Socket error: Invalid argument (uri): URI scheme 'c' is not supported. Allowed schemes are 'file', 'dart-macro+file'.: Socket error: Invalid argument (uri): URI scheme 'c' is not supported. Allowed schemes are 'file', 'dart-macro+file'.: "c:/Users/chris/src/ai_halls/lib/main.dart"
This does not happen with regular dart projects.
Cheers,
Chris