summaryrefslogtreecommitdiff
path: root/graphics/asymptote/lspserv.cc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-01-03 03:01:59 +0000
committerNorbert Preining <norbert@preining.info>2022-01-03 03:01:59 +0000
commit682f8522246e030fbbdea7391dce107754c485d3 (patch)
treed6acc984092fdb35e6525203c6b2ab7ccefaf749 /graphics/asymptote/lspserv.cc
parent699dd7db121d61d809020fe9dbc0321c3e937745 (diff)
CTAN sync 202201030301
Diffstat (limited to 'graphics/asymptote/lspserv.cc')
-rw-r--r--graphics/asymptote/lspserv.cc4
1 files changed, 2 insertions, 2 deletions
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)