lsp improvements

This commit is contained in:
Kujtim Hoxha
2025-04-21 13:42:29 +02:00
parent bf8cd3bd12
commit 2b5a33e476
15 changed files with 922 additions and 127 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ func New(ctx context.Context, conn *sql.DB) (*App, error) {
LSPClients: make(map[string]*lsp.Client),
}
app.initLSPClients(ctx)
// Initialize LSP clients in the background
go app.initLSPClients(ctx)
var err error
app.CoderAgent, err = agent.NewAgent(