[mod] format progress

This commit is contained in:
Andy Bunce 2025-08-28 21:58:40 +01:00
parent df114e8005
commit 073bcc3d3d
4 changed files with 46 additions and 27 deletions

View file

@ -40,7 +40,7 @@ $("sync").onclick = e => { client.sync(); console.log("XXXsync");};
$("format").onclick = e => {
client.sync();
console.log("FMT",lsp.formatDocument());
console.log("FMT",lsp.formatDocument(view));
};
$("load").onchange = e => {