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"); };
|
||||
|
||||
$("format").onclick = e => {
|
||||
client.sync();
|
||||
console.log("FMT", lsp.formatDocument(view));
|
||||
};
|
||||
|
||||
|
@ -64,8 +65,8 @@ $("load").onchange = e => {
|
|||
insert: t
|
||||
}
|
||||
})
|
||||
//client.sync();
|
||||
//console.log("SYNC");
|
||||
client.sync();
|
||||
console.log("SYNC");
|
||||
});
|
||||
$("load").value = "";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue