Compare commits

..

No commits in common. "e1a46c85779642ac890d7cd19a5e6e3ebe59ddda" and "9533519b8a0079b9dde2d010c4c00dce0309f2c5" have entirely different histories.

View file

@ -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 = "";
};