workspace
Get a list of all files in the workspace
Returns an array of file paths for all files in the current workspace.
This is a convenience endpoint that does not use the underlying Language Servers directly, but it does apply the same filtering.
GET
/
workspace
/
list-files
Response
200 - application/json
The response is of type string[]
.