forked from mirrors/nixpkgs
vscode-extensions.usernamehw.errorlens: init at 3.2.4
This commit is contained in:
parent
74b34f4a17
commit
ed3475b4de
|
@ -727,6 +727,18 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
usernamehw.errorlens = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "errorlens";
|
||||
publisher = "usernamehw";
|
||||
version = "3.2.4";
|
||||
sha256 = "0caxmf6v0s5kgp6cp3j1kk7slhspjv5kzhn4sq3miyl5jkrn95kx";
|
||||
};
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
vadimcn.vscode-lldb = callPackage ./vscode-lldb { };
|
||||
|
||||
vincaslt.highlight-matching-tag = buildVscodeMarketplaceExtension {
|
||||
|
|
Loading…
Reference in a new issue