Merge pull request #183826 from felschr/vscode-firefox-debug

vscode-extensions.firefox-devtools.vscode-firefox-debug: init at 2.9.8
This commit is contained in:
superherointj 2022-08-27 13:59:41 -03:00 committed by GitHub
commit d9a636e9c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -979,6 +979,23 @@ let
};
};
firefox-devtools.vscode-firefox-debug = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-firefox-debug";
publisher = "firefox-devtools";
version = "2.9.8";
sha256 = "sha256-MCL562FPgEfhUM1KH5LMl7BblbjIkQ4UEwB67RlO5Mk=";
};
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/firefox-devtools.vscode-firefox-debug/changelog";
description = "A Visual Studio Code extension for debugging web applications and browser extensions in Firefox";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=firefox-devtools.vscode-firefox-debug";
homepage = "https://github.com/firefox-devtools/vscode-firefox-debug";
license = licenses.mit;
maintainers = with maintainers; [ felschr ];
};
};
foam.foam-vscode = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "foam-vscode";