question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

As of a recent patch (presumably this one), the plugin will not show ANY error diagnostics in the file if you do not provide a color in your preferences

preferences

{
  "error_icon": "circle"
}

image

with override

{
  "error_color": "region.redish",
  "error_icon": "circle"
}

image

It appears that the ‘default’ value is being ignored, which causes there to be no error indicator at all.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:26
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

10reactions
stweediecommented, Nov 6, 2019

yeah as a workaround, follow these instructions and add the above json snippet (or a different color if you want)

2reactions
DanielRosenwassercommented, Nov 15, 2019

https://github.com/microsoft/TypeScript-Sublime-Plugin/pull/735 has a fix available, should be out soon. Very sorry for the confusion here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No errors displayed in the "Error List" (error list doesn't show ...
This happens to me in C# projects while both Build and Intellisense are selected in the Error List. It does not happen on...
Read more >
Google Chrome does not show errors in console
I'm using Chrome for debugging and probably it was updated or something happened to it but now I cannot see the error messages...
Read more >
Using Your Browser to Diagnose JavaScript Errors
This guide will show you how to diagnose JavaScript issues in different browsers. Step 1: Try Another Browser. To make sure that this...
Read more >
xcode doesn't show compiler errors… | Apple Developer Forums
When working in Xcode and deliberatly making errors in my code (using Swift 2) (e.g. using undefined variables, wrong type casts, ...), Xcode...
Read more >
Guests do not see error messages or autocomplete #4571
Go to new project; Click on live share and share the url; Ask the guest if he can see any error/warning messages or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found