add stretchy-spaces for vscode

This commit is contained in:
Sean Buckley 2021-09-08 22:52:11 -04:00
parent 8e60defb30
commit 9634ffb193
2 changed files with 11 additions and 0 deletions

View file

@ -9,6 +9,7 @@
{
commander-x16 = pkgs.callPackage ./pkgs/commander-x16 { };
gef = pkgs.callPackage ./pkgs/gef { };
stretchy-spaces = pkgs.callPackage ./pkgs/stretchy-spaces { };
weevely = pkgs.callPackage ./pkgs/weevely { };
}
// (if pkgs.system != "x86_64-linux" then { } else

View file

@ -0,0 +1,10 @@
{ vscode-utils }:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "kylepaulsen";
name = "stretchy-spaces";
version = "0.1.0";
sha256 = "sha256-1Ih0wv2RO4I346KSE2vv0y9lUGAYs+vL2lUdwGWy4XY=";
};
}