|
@@ -57,6 +57,7 @@ export namespace LSP {
|
|
|
async (app) => {
|
|
async (app) => {
|
|
|
log.info("initializing")
|
|
log.info("initializing")
|
|
|
const clients: LSPClient.Info[] = []
|
|
const clients: LSPClient.Info[] = []
|
|
|
|
|
+ if (!app.git) return { clients }
|
|
|
|
|
|
|
|
for (const server of Object.values(LSPServer)) {
|
|
for (const server of Object.values(LSPServer)) {
|
|
|
const roots = await server.roots(app)
|
|
const roots = await server.roots(app)
|