vscode-extensions.rubymaniac.vscode-paste-and-indent: init at 0.0.8
This commit is contained in:
parent
dbc7805691
commit
fd72f6a8ac
@ -473,6 +473,18 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rubymaniac.vscode-paste-and-indent = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "vscode-paste-and-indent";
|
||||||
|
publisher = "Rubymaniac";
|
||||||
|
version = "0.0.8";
|
||||||
|
sha256 = "0fqwcvwq37ndms6vky8jjv0zliy6fpfkh8d9raq8hkinfxq6klgl";
|
||||||
|
};
|
||||||
|
meta = with lib; {
|
||||||
|
license = licenses.mit;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
matklad.rust-analyzer = callPackage ./rust-analyzer {};
|
matklad.rust-analyzer = callPackage ./rust-analyzer {};
|
||||||
|
|
||||||
ocamllabs.ocaml-platform = buildVscodeMarketplaceExtension {
|
ocamllabs.ocaml-platform = buildVscodeMarketplaceExtension {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user