Update PrettyJson.py

fixes #173
This commit is contained in:
Terminal 2022-10-15 20:53:31 -07:00 committed by GitHub
parent b65d96083b
commit eef27b88ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class PrettyJsonBaseCommand:
)
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