docker / labs-make-runbook

Other
43 stars 5 forks source link

caching markdown blocks #1

Closed slimslenderslacks closed 4 months ago

slimslenderslacks commented 4 months ago

This is so that you don't have to open/edit runbooks in order to bind commands.

The LSP now supports a request called docker/markdown-blocks which will cause the lsp to re-fire all of the current $bind/register notifications using whatever has been cached. If the runbook.md has ever been opened by the user on the current machine (the current docker-lsp volume) then you'll be notified of those cached volumes.

ColinMcNeil commented 4 months ago

Implemented ✅