Commit 379428c4 authored by superherointj's avatar superherointj
Browse files

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

parent 2023f95e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;