fix: zed settings

This commit is contained in:
2025-11-04 21:54:41 +01:00
parent 33dc9175ed
commit effce2b63f
3 changed files with 10 additions and 14 deletions

View File

@@ -225,7 +225,9 @@
"Universal LSP": {
"command": "/home/valknar/.local/bin/universal-lsp",
"args": ["acp"],
"env": {}
"env": {
"CLAUDE_TIMEOUT_MS": "180000"
}
}
}
}