This commit is contained in:
Vivian 2022-10-30 11:08:04 +01:00
parent 23b13816bd
commit b3d5241d55
3 changed files with 1 additions and 21 deletions

View file

@ -1,10 +0,0 @@
{ vscode-utils, lib }:
let inherit (vscode-utils) buildVscodeMarketplaceExtension;
in buildVscodeMarketplaceExtension {
mktplcRef = {
name = "astro-vscode";
publisher = "astro-build";
version = "0.5.2022102001";
sha256 = lib.fakeSha256;
};
}

View file

@ -1,10 +0,0 @@
{ vscode-utils, lib }:
let inherit (vscode-utils) buildVscodeMarketplaceExtension;
in buildVscodeMarketplaceExtension {
mktplcRef = {
name = "live-server";
publisher = "ms-vscode";
version = "0.5.2022102001";
sha256 = lib.fakeSha256;
};
}

View file

@ -5,6 +5,6 @@ in buildVscodeMarketplaceExtension {
name = "platformio-ide";
publisher = "platformio";
version = "2.5.4";
sha256 = "sha256-/vBdZ6Mu1KlF+glqp5CNt9WeK1ECqfaivCnK8TisChg";
sha256 = "sha256-KbXlegQSLjMCVotR1mU/CDiaQMKLLSX+nnbRJgdFTz8=";
};
}