Compare commits
2 commits
9533519b8a
...
e1a46c8577
Author | SHA1 | Date | |
---|---|---|---|
e1a46c8577 | |||
b89310e659 |
1 changed files with 2 additions and 3 deletions
|
@ -47,7 +47,6 @@ $("lint").onclick = async e => {
|
|||
$("sync").onclick = e => { client.sync(); console.log("XXXsync"); };
|
||||
|
||||
$("format").onclick = e => {
|
||||
client.sync();
|
||||
console.log("FMT", lsp.formatDocument(view));
|
||||
};
|
||||
|
||||
|
@ -65,8 +64,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