Skip to content

Commit

Permalink
vscode-extensions.visualstudiotoolsforunity.vstuc: init at 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mibmo committed Nov 8, 2024
1 parent 64e60ec commit eefa1c8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5081,6 +5081,22 @@ let
};
};

visualstudiotoolsforunity.vstuc = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vstuc";
publisher = "VisualStudioToolsForUnity";
version = "1.0.4";
hash = "sha256-LkLdXbXW91wMmaXpnRxSpff/zHCOE74nPP3aS0Ig3Gc=";
};
meta = {
description = "Integrates Visual Studio Code for Unity";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=visualstudiotoolsforunity.vstuc";
homepage = "https://github.com/MicrosoftDocs/vscode-dotnettools";
license = lib.licenses.unfree;
maintainers = [ lib.maintainers.mib ];
};
};

vitaliymaz.vscode-svg-previewer = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-svg-previewer";
Expand Down

0 comments on commit eefa1c8

Please sign in to comment.