You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is wonderful extension, and the integrated autofix makes it better than the Sublime equivalent, but one valuable feature is to have an indicator in the gutter for lines that are in the "warn" or "error" state, so that the user can see in the file itself what needs attention, rather than referencing back and forth from the list of issues.
This is wonderful extension, and the integrated autofix makes it better than the Sublime equivalent, but one valuable feature is to have an indicator in the gutter for lines that are in the "warn" or "error" state, so that the user can see in the file itself what needs attention, rather than referencing back and forth from the list of issues.
It looks like VS Code supports gutter decorators: http://code.visualstudio.com/docs/extensionAPI/vscode-api#DecorationRenderOptions
Thanks for all the hard work.
The text was updated successfully, but these errors were encountered: