vscode-error-lens
vscode-error-lens copied to clipboard
VSCode extension that enhances display of errors and warnings.
Hi @usernamehw ! 👋 Hope you are well. As a follow-up to #55 and #57, do you think that the new LSP Diagnostic Pull proposal (from [this original issue](https://github.com/microsoft/language-server-protocol/issues/737)) would...
Hello! Many users come from webstorm which has *fix anything* command (alt+enter) which focuses on the next problem and popups codefix UI. I could use the following keybinding for this:...
First, the vitals: - VSCode version 1.91.1 - ErrorLens version 3.20.0 I've only seen this start happening since the update to VS Code 1.91.  As seen in the image...
Working with `*.svelte` files. Svelte parsing errors and TS errors show. For some reason ESLint errors don't show. I know I have lots of errors too. When I run `eslint...
If set it, error not sync, even if it is fixed ```json "extensions.experimental.affinity": { "golang.go": 2 } ``` 
There are a few issues that've been closed regarding this, with the solution to set a fixed margin to align the message to the right. While this works if you...
It is very... odd looking when the background of the gutter is not highlighted.
No matter if `Delay Mode` is `new`, `debounce`, or `old` and no matter what value is found in `Delay`, when `Code Lens Enalbed` is true, the CodeLens error always appears...
If an element in the message template does not exist for a given diagnostic, and if there is no space between that element and another part of the string, the...
When the errors origin lies in a different code cell after resolution the decoration still persists: Reproducing: 1. create a new jupyter notebook 2. create a new code cell containing...