Open
Description
Hello!
Thanks you for nice tool!
bash-language-server/server/src/analyser.ts
Line 636 in afd0d82
If replace
const url = `${endpoint}/api/explain?${searchParams}`
to
const url = `${endpoint}/explain?${searchParams}`
then will be working requests like this:
https://explainshell.com/api/explain?cmd=grep+-v+%22current%22
to https://explainshell.com or custom buit https://github.com/idank/explainshell
The reason of that: there is no /api path supported on known explainshell services.
Currently all requests to /api return 404 error
Metadata
Metadata
Assignees
Labels
No labels