vscode-extensions.usernamehw.errorlens: 3.2.4 -> 3.4.0
This commit is contained in:
parent
3fffe2d33c
commit
ea7049cef2
1 changed files with 9 additions and 4 deletions
|
@ -1501,11 +1501,16 @@ let
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "errorlens";
|
name = "errorlens";
|
||||||
publisher = "usernamehw";
|
publisher = "usernamehw";
|
||||||
version = "3.2.4";
|
version = "3.4.0";
|
||||||
sha256 = "0caxmf6v0s5kgp6cp3j1kk7slhspjv5kzhn4sq3miyl5jkrn95kx";
|
sha256 = "1x9rkyhbp15dwp6dikzpk9lzjnh9cnxac89gzx533681zld906m8";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = with lib; {
|
||||||
license = lib.licenses.mit;
|
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…
Reference in a new issue