We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e5838 commit 71b5e30Copy full SHA for 71b5e30
pyproject.toml
@@ -16,7 +16,7 @@ dependencies = [
16
"asyncer>=0.0.11",
17
"attrs>=25.4.0",
18
"cattrs>=25.3.0",
19
- "lsp-client >= 0.3.4",
+ "lsp-client>=0.3.6",
20
"lsprotocol>=2025.0.0",
21
"pydantic>=2.12.5",
22
"python-liquid>=2.1.0",
src/lsap/schema/locate.py
@@ -91,7 +91,7 @@ class Locate(BaseModel):
91
file_path: Path
92
93
scope: LineScope | SymbolScope | None = None
94
- """Optional: narrow search to symbol body or line range"""
+ """Narrow search to symbol body or line range"""
95
96
find: str | None = None
97
"""Text pattern with marker for exact position; if no marker, positions at match start."""
0 commit comments