[mod] format progress
This commit is contained in:
parent
df114e8005
commit
073bcc3d3d
4 changed files with 46 additions and 27 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue