lol

vscode-extensions.visualstudiotoolsforunity.vstuc: init at 1.0.4 (#354214)

authored by

Arne Keller and committed by
GitHub
e50ca9f3 4f527fde

+16
+16
pkgs/applications/editors/vscode/extensions/default.nix
··· 5202 5202 }; 5203 5203 }; 5204 5204 5205 + visualstudiotoolsforunity.vstuc = buildVscodeMarketplaceExtension { 5206 + mktplcRef = { 5207 + name = "vstuc"; 5208 + publisher = "VisualStudioToolsForUnity"; 5209 + version = "1.0.4"; 5210 + hash = "sha256-LkLdXbXW91wMmaXpnRxSpff/zHCOE74nPP3aS0Ig3Gc="; 5211 + }; 5212 + meta = { 5213 + description = "Integrates Visual Studio Code for Unity"; 5214 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=visualstudiotoolsforunity.vstuc"; 5215 + homepage = "https://github.com/MicrosoftDocs/vscode-dotnettools"; 5216 + license = lib.licenses.unfree; 5217 + maintainers = [ lib.maintainers.mib ]; 5218 + }; 5219 + }; 5220 + 5205 5221 vitaliymaz.vscode-svg-previewer = buildVscodeMarketplaceExtension { 5206 5222 mktplcRef = { 5207 5223 name = "vscode-svg-previewer";