sgwilym / nova-deno

A Deno extension for Nova.
https://extensions.panic.com/extensions/co.gwil/co.gwil.deno/
MIT License
14 stars 1 forks source link

Extension console shows logs as errors #12

Closed jaydenseric closed 3 years ago

jaydenseric commented 3 years ago

The Nova extension console incorrectly shows Deno Language Server logs as errors, see:

Screen Shot 2021-08-03 at 12 27 15 pm

All of the above output should be categorized and filterable under "Logs", not "Errors".

This makes it confusing to monitor the extension console for actual errors, when investigating bugs.

Side note, but I'm not sure why language server initialized starts with a lowercase l and doesn't end with a full stop (.), when all the other logs start with a capital letter and end with a full stop. I searched this repo for that phrase and couldn't find it, so maybe it comes directly from the Deno language server?