Skip to content

Commit

Permalink
Update PrettyJson.py
Browse files Browse the repository at this point in the history
fixes #173
  • Loading branch information
TerminalFi authored Oct 16, 2022
1 parent b65d960 commit eef27b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PrettyJson.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eef27b8

Please sign in to comment.