mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-04 16:13:11 +00:00
refactor: use context for automatic lsp process cleanup
This commit is contained in:
@@ -48,7 +48,6 @@ var rootCmd = &cobra.Command{
|
||||
ctx := context.Background()
|
||||
|
||||
app := app.New(ctx, conn)
|
||||
defer app.Close()
|
||||
logging.Info("Starting termai...")
|
||||
zone.NewGlobal()
|
||||
tui := tea.NewProgram(
|
||||
|
||||
Reference in New Issue
Block a user