3 vscode-utils.buildVscodeMarketplaceExtension {
5 name = "mongodb-vscode";
8 hash = "sha256-Lb4eixqR/ifwZD3cV1rSJ8mK2dH4ZFghLHINGJILmRQ=";
12 changelog = "https://github.com/mongodb-js/vscode/blob/main/CHANGELOG.md";
13 description = "An extension for VS Code that makes it easy to work with your data in MongoDB";
14 downloadPage = "https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode";
15 homepage = "https://github.com/mongodb-js/vscode";
16 license = lib.licenses.asl20;
17 maintainers = with lib.maintainers; [ drupol ];