vscode-extensions.usernamehw.errorlens: 3.14.0 -> 3.16.0

This commit is contained in:
superherointj 2024-04-03 16:17:52 -03:00
parent 2023f95e62
commit 379428c412
1 changed files with 3 additions and 3 deletions

View File

@ -4473,12 +4473,12 @@ let
mktplcRef = {
name = "errorlens";
publisher = "usernamehw";
version = "3.14.0";
sha256 = "0k70f5f4hcv3jl3a04736ml8amx8w7wb3mb8f6l5gngnvq9fj528";
version = "3.16.0";
hash = "sha256-Y3M/A5rYLkxQPRIZ0BUjhlkvixDae+wIRUsBn4tREFw=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/usernamehw.errorlens/changelog";
description = "Improve highlighting of errors, warnings and other language diagnostics.";
description = "A Visual Studio Code extension that improves highlighting of errors, warnings and other language diagnostics";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens";
homepage = "https://github.com/usernamehw/vscode-error-lens";
license = lib.licenses.mit;