Visual studio code extension: How can I add error markers to files in the explorer? -


i have written validator vscode extension, uses diagnosticcollection set errors files. works , errors shown when file opened.

i mark files in explorer, easy find files errors. here example of how looks in eclipse. possible in vscode extension? there extension doing this?

unfortunately, can't that.

there open issue asking related git, not open want. maybe using api described in this issue create new panel marked files.

it still experimental, btw...


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -