When working on Dart/Flutter projects, it is very easy to accidentally edit files in the pub cache when viewing the source files of dependencies. This corrupts the source, which leads to corrupted builds. We would like the ability for the Dart extension to mark these files as read-only.
See Dart-Code/Dart-Code#5993
When working on Dart/Flutter projects, it is very easy to accidentally edit files in the pub cache when viewing the source files of dependencies. This corrupts the source, which leads to corrupted builds. We would like the ability for the Dart extension to mark these files as read-only.
See Dart-Code/Dart-Code#5993