diff --git a/extensions/kusto/package.json b/extensions/kusto/package.json index 202e86f886..6fbefe7641 100644 --- a/extensions/kusto/package.json +++ b/extensions/kusto/package.json @@ -11,6 +11,10 @@ "azdata": ">=1.22.0" }, "main": "./out/main", + "repository": { + "type": "git", + "url": "https://github.com/Microsoft/azuredatastudio.git" + }, "typings": "./src/kusto", "scripts": { "compile": "gulp compile-extension:kusto-client",