mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-07 09:18:41 +00:00
core: fix file search limit handling and ensure File module initialization
This commit is contained in:
@@ -4,6 +4,7 @@ import { Format } from "../format"
|
||||
import { LSP } from "../lsp"
|
||||
import { Snapshot } from "../snapshot"
|
||||
import { FileWatcher } from "../file/watcher"
|
||||
import { File } from "../file"
|
||||
|
||||
export async function InstanceBootstrap() {
|
||||
await Plugin.init()
|
||||
@@ -12,4 +13,5 @@ export async function InstanceBootstrap() {
|
||||
LSP.init()
|
||||
Snapshot.init()
|
||||
FileWatcher.init()
|
||||
File.init()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user