mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
vscode-extensions.alygin.vscode-tlaplus: init at 1.5.3
This commit is contained in:
parent
06733bcf29
commit
db7a7e0015
1 changed files with 12 additions and 0 deletions
|
@ -48,6 +48,18 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
alygin.vscode-tlaplus = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "vscode-tlaplus";
|
||||||
|
publisher = "alygin";
|
||||||
|
version = "1.5.3";
|
||||||
|
sha256 = "1cy0qn8iyjrinscn9p5ckpsa2hyryapxfi7is6s2zk2mpligbb1d";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
antfu.icons-carbon = buildVscodeMarketplaceExtension {
|
antfu.icons-carbon = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "icons-carbon";
|
name = "icons-carbon";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue