We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0018239 commit e7cdacbCopy full SHA for e7cdacb
AGENTS.md
@@ -9,8 +9,7 @@
9
10
## Code Style Guidelines
11
12
-- Python: 3.12+ required
13
-- Types: Full type annotations required, use `lsp_client.utils.types.lsp_type` for standard LSP types
+- Types: Full Python 3.12 type annotations required, use `lsp_client.utils.types.lsp_type` for standard LSP types
14
- Error handling: Must use concrete exception types
15
- Async: Use async/await, `asyncer.TaskGroup` for concurrency
16
- Structure: Follow capability-based protocol pattern in `capability/` module
0 commit comments