You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to close #5614 we added some code that uses the package config file instead of the packages file, but it does not implement a proper cache. We were (and still are) using the code in the Dart plugin. Once the Dart plugin is updated we want to resume using that code to load the package config file. This un-cached code will only be used in the unlikely chance that we generate a project that does not have a. .packages file prior to the Dart plugin being updated.
The text was updated successfully, but these errors were encountered:
In order to close #5614 we added some code that uses the package config file instead of the packages file, but it does not implement a proper cache. We were (and still are) using the code in the Dart plugin. Once the Dart plugin is updated we want to resume using that code to load the package config file. This un-cached code will only be used in the unlikely chance that we generate a project that does not have a.
.packages
file prior to the Dart plugin being updated.The text was updated successfully, but these errors were encountered: