vscode-error-lens
vscode-error-lens copied to clipboard
VSCode extension that enhances display of errors and warnings.
Type: Bug Not sure how to repro but I get stale errors quite often. The command "Update everything" doesn't fix it. š¤ Extension version: 3.26.0 VS Code version: Code -...
Here is HTML & CSS, the CSS has a missing } before the issue is the extension: (Error Lens by Alexander) in (visual studio code) shows the wrong colum and...
Hi everyone, Iām having an issue with the Error Lens extension in VS Code where no error messages are displayed in my editor, even though: - The extension is installed...
Hello ! Not really an issue, but I was wondering if there is any way or if there are any plans for having conditional decorations for specific errors/message, since I...
Respecting the followcursor options shall make usage of code lens more practical and pretty.
Heya folks, I've found an issue related to the browsing feature: starting at version 3.25 and newer, browsing the internet via an editor hover tooltip doesn't work when clicking on...
Using the following config: ```json { "errorLens.scrollbarHackEnabled": true, "errorLens.enabledDiagnosticLevels": [ "error", "warning" ], "errorLens.onSave": true, "errorLens.fontSize": "-3px", "errorLens.alignMessage": { "start": 105, "end": 0, "padding": [ 0, 1 ] } }...