This commit is contained in:
gregorni 2023-09-22 22:25:15 +02:00
commit 4acc05cfda
46 changed files with 237 additions and 3 deletions

View file

@ -326,7 +326,7 @@ class LanguageServer:
xml = None
try:
output = XmlOutput()
xml = output.emit(open_file.ast)
xml = output.emit(open_file.ast, generated_notice=False)
except:
printerr(traceback.format_exc())
self._send_error(id, ErrorCode.RequestFailed, "Could not compile document")