Merge pull request #145164 from cole-h/vscode-rewrap
vscode-extentions/stkb.rewrap: init at 1.14.0
This commit is contained in:
commit
e65ffda0ee
1 changed files with 12 additions and 0 deletions
|
@ -1435,6 +1435,18 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
stkb.rewrap = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "stkb";
|
||||
name = "rewrap";
|
||||
version = "1.14.0";
|
||||
sha256 = "qRwKX36a1aLzE1tqaOkH7JfE//pvKdPZ07zasPF3Dl4=";
|
||||
};
|
||||
meta = with lib; {
|
||||
license = licenses.asl20;
|
||||
};
|
||||
};
|
||||
|
||||
streetsidesoftware.code-spell-checker = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "code-spell-checker";
|
||||
|
|
Loading…
Reference in a new issue