lol

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

vscode-extensions.firefox-devtools.vscode-firefox-debug: init at 2.9.8

authored by

superherointj and committed by
GitHub
d9a636e9 f7e49fae

+17
+17
pkgs/applications/editors/vscode/extensions/default.nix
··· 979 979 }; 980 980 }; 981 981 982 + firefox-devtools.vscode-firefox-debug = buildVscodeMarketplaceExtension { 983 + mktplcRef = { 984 + name = "vscode-firefox-debug"; 985 + publisher = "firefox-devtools"; 986 + version = "2.9.8"; 987 + sha256 = "sha256-MCL562FPgEfhUM1KH5LMl7BblbjIkQ4UEwB67RlO5Mk="; 988 + }; 989 + meta = with lib; { 990 + changelog = "https://marketplace.visualstudio.com/items/firefox-devtools.vscode-firefox-debug/changelog"; 991 + description = "A Visual Studio Code extension for debugging web applications and browser extensions in Firefox"; 992 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=firefox-devtools.vscode-firefox-debug"; 993 + homepage = "https://github.com/firefox-devtools/vscode-firefox-debug"; 994 + license = licenses.mit; 995 + maintainers = with maintainers; [ felschr ]; 996 + }; 997 + }; 998 + 982 999 foam.foam-vscode = buildVscodeMarketplaceExtension { 983 1000 mktplcRef = { 984 1001 name = "foam-vscode";