vscode-extensions.usernamehw.errorlens: 3.2.4 -> 3.4.0

main
ImGabe 3 years ago
parent 3fffe2d33c
commit ea7049cef2
  1. 13
      pkgs/misc/vscode-extensions/default.nix

@ -1501,11 +1501,16 @@ let
mktplcRef = {
name = "errorlens";
publisher = "usernamehw";
version = "3.2.4";
sha256 = "0caxmf6v0s5kgp6cp3j1kk7slhspjv5kzhn4sq3miyl5jkrn95kx";
version = "3.4.0";
sha256 = "1x9rkyhbp15dwp6dikzpk9lzjnh9cnxac89gzx533681zld906m8";
};
meta = {
license = lib.licenses.mit;
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/usernamehw.errorlens/changelog";
description = "Improve 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 = licenses.mit;
maintainers = with maintainers; [ imgabe ];
};
};

Loading…
Cancel
Save