bash-language-server icon indicating copy to clipboard operation
bash-language-server copied to clipboard

Respect MarkupKind client capability

Open maximbaz opened this issue 6 years ago • 2 comments

A client can send a MarkupKind[] capability for completion, signatureHelp and hover (search for MarkupKind[] string here), but as far as I can tell the current code ignores this and always responds with a "markdown".

https://github.com/mads-hartmann/bash-language-server/blob/ce72fbbba968c02ec4bf99673c160bb859c59527/server/src/server.ts#L138-L143

maximbaz avatar Jul 11 '18 12:07 maximbaz

@maximbaz good idea. Are you up for creating a PR for this? :)

skovhus avatar Aug 02 '18 16:08 skovhus

Not right now, to be honest I still haven't started to extensively use this project yet, not enough time and https://github.com/idank/explainshell/pull/125 is still not merged 😞

maximbaz avatar Aug 02 '18 17:08 maximbaz

Closing this due to inactivity.

skovhus avatar Dec 06 '22 08:12 skovhus