vscode-extensions.roman.ayu-next: init at 1.2.9
This commit is contained in:
parent
0ab30f0ddc
commit
bc2d26e246
1 changed files with 12 additions and 0 deletions
|
@ -1494,6 +1494,18 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
roman.ayu-next = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "ayu-next";
|
||||||
|
publisher = "roman";
|
||||||
|
version = "1.2.9";
|
||||||
|
sha256 = "sha256-rwZnqvHRmMquNq9PnU176vI4g8PtS6wSNvQaZ1BMa4I=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
rubbersheep.gi = buildVscodeMarketplaceExtension {
|
rubbersheep.gi = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "gi";
|
name = "gi";
|
||||||
|
|
Loading…
Reference in a new issue