From 682f8522246e030fbbdea7391dce107754c485d3 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 3 Jan 2022 03:01:59 +0000 Subject: CTAN sync 202201030301 --- graphics/asymptote/lspserv.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/asymptote/lspserv.cc') diff --git a/graphics/asymptote/lspserv.cc b/graphics/asymptote/lspserv.cc index 3ad469d99b..f4c2c3d7ff 100644 --- a/graphics/asymptote/lspserv.cc +++ b/graphics/asymptote/lspserv.cc @@ -350,8 +350,8 @@ std::string wslUnix2Dos(std::string const& unixPath) void AsymptoteLspServer::onSave(Notify_TextDocumentDidSave::notify& notify) { logInfo("onSave notification"); - lsDocumentUri fileUri(notify.params.textDocument.uri); - reloadFile(fileUri.GetRawPath()); +// lsDocumentUri fileUri(notify.params.textDocument.uri); +// reloadFile(fileUri.GetRawPath()); } void AsymptoteLspServer::onClose(Notify_TextDocumentDidClose::notify& notify) -- cgit v1.2.3