summaryrefslogtreecommitdiff
path: root/graphics/asymptote/lspserv.cc
diff options
context:
space:
mode:
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)