diff --git a/PrettyJson.py b/PrettyJson.py index 452540e..2f106b0 100644 --- a/PrettyJson.py +++ b/PrettyJson.py @@ -168,7 +168,7 @@ def highlight_error(self, region: sublime.Region, message: str): ) self.phantom_set.update(self.phantoms) self.view.show(region) - self.view.set_status("json_errors", message) + sublime.status_message(f"json_errors\t{message}") # Description: Taken from # - https://github.com/sublimelsp/LSP/blob/master/plugin/diagnostics.py