agentic-labs / lsproxy

Multi-language code navigation API in a container
https://lsproxy.dev
GNU Affero General Public License v3.0
43 stars 3 forks source link

Make range optional in read code endpoint to support reading whole file #64

Open robmck1995 opened 2 weeks ago

robmck1995 commented 2 weeks ago

The range is a required parameter for the read_source_code endpoint. We have the backend functionality to read the whole file if no range is supplied. We need to filter that through to the API.