- Clean up how local storage is resolved
- Previously was caching in memory
- Now retrieving from io (slower, but consistent)
- [WINDOWS] Find files was scoped to
.dart_tool
- Create
Cookies
enum for better sharing of cookies between packages
- Create
Find
class to replace Glob
- Remove
removeRoot
from LintKitRc
, prefer updateRoot
- Rename enum property
server
to analyzer
- Implement
remove
for storage
- Issue where lint_kit directory was not being created