vscode-extensions.ms-vscode.live-server: init at 0.4.8

This commit is contained in:
Laureηt 2023-05-30 19:28:44 +02:00
parent 72cbece6db
commit a09878a261
No known key found for this signature in database

View File

@ -2185,6 +2185,21 @@ let
};
};
ms-vscode.live-server = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "live-server";
publisher = "ms-vscode";
version = "0.4.8";
sha256 = "sha256-/IrLq+nNxwQB1S1NIGYkv24DOY7Mc25eQ+orUfh42pg=";
};
meta = {
description = "Launch a development local Server with live reload feature for static & dynamic pages";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode.live-server";
homepage = "https://github.com/microsoft/vscode-livepreview";
license = lib.licenses.mit;
};
};
ms-vscode.makefile-tools = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "makefile-tools";