refactor: replace Filesystem util with AppFileSystem service (#20127)

This commit is contained in:
Kit Langton
2026-03-30 17:48:28 -04:00
committed by GitHub
parent 48e97b47af
commit e6f6f7aff1
8 changed files with 76 additions and 91 deletions

View File

@@ -1704,7 +1704,7 @@ NOTE: At any point in time through this workflow you should feel free to ask the
Layer.provide(Permission.layer),
Layer.provide(MCP.defaultLayer),
Layer.provide(LSP.defaultLayer),
Layer.provide(FileTime.layer),
Layer.provide(FileTime.defaultLayer),
Layer.provide(ToolRegistry.defaultLayer),
Layer.provide(Truncate.layer),
Layer.provide(AppFileSystem.defaultLayer),