diff --git a/package.json b/package.json index 12e54a8f..8ddbf57c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255", "publisher": "ms-azuretools", "displayName": "Azure Databases", - "description": "Create, browse, and update globally distributed, multi-model databases in Azure.", + "description": "Connect to MongoDB, Mongo Clusters, CosmosDB and other databases in and outside of Azure, inspect and edit your data and run powerful queries with the visual query editor.", "enableMongoClusters": true, "engines": { "vscode": "^1.82.0" @@ -15,15 +15,15 @@ }, "icon": "resources/databases.png", "categories": [ - "Azure" + "Azure", + "Data Science" ], "keywords": [ "Cosmos DB", "DocumentDB", - "Graph", - "Gremlin", "MongoDB", - "PostgreSQL" + "PostgreSQL", + "Database" ], "preview": true, "homepage": "https://github.com/microsoft/vscode-cosmosdb/blob/main/README.md",