Compare commits
No commits in common. "e1a46c85779642ac890d7cd19a5e6e3ebe59ddda" and "9533519b8a0079b9dde2d010c4c00dce0309f2c5" have entirely different histories.
e1a46c8577
...
9533519b8a
1 changed files with 3 additions and 2 deletions
|
@ -47,6 +47,7 @@ $("lint").onclick = async e => {
|
||||||
$("sync").onclick = e => { client.sync(); console.log("XXXsync"); };
|
$("sync").onclick = e => { client.sync(); console.log("XXXsync"); };
|
||||||
|
|
||||||
$("format").onclick = e => {
|
$("format").onclick = e => {
|
||||||
|
client.sync();
|
||||||
console.log("FMT", lsp.formatDocument(view));
|
console.log("FMT", lsp.formatDocument(view));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -64,8 +65,8 @@ $("load").onchange = e => {
|
||||||
insert: t
|
insert: t
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
//client.sync();
|
client.sync();
|
||||||
//console.log("SYNC");
|
console.log("SYNC");
|
||||||
});
|
});
|
||||||
$("load").value = "";
|
$("load").value = "";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue