Can't see errors
See original GitHub issueAs 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"
}
with override
{
"error_color": "region.redish",
"error_icon": "circle"
}
It appears that the ‘default’ value is being ignored, which causes there to be no error indicator at all.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:26
- Comments:8 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yeah as a workaround, follow these instructions and add the above json snippet (or a different color if you want)
https://github.com/microsoft/TypeScript-Sublime-Plugin/pull/735 has a fix available, should be out soon. Very sorry for the confusion here.