docker / labs-ai-tools-vscode

Run & debug workflows for AI agents running Dockerized tools in VSCode
Other
54 stars 6 forks source link

caching markdown blocks #1

Closed slimslenderslacks closed 5 months ago

slimslenderslacks commented 5 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 5 months ago

Implemented ✅