From 104c10a3f20c347d1a8e4c2cedc01391e6f677dc Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Mon, 12 Aug 2019 15:42:47 -0700 Subject: [PATCH] Add repository field --- webview-sample/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webview-sample/package.json b/webview-sample/package.json index 176f41b6..6d590694 100644 --- a/webview-sample/package.json +++ b/webview-sample/package.json @@ -14,6 +14,10 @@ "onCommand:catCoding.doRefactor", "onWebviewPanel:catCoding" ], + "repository": { + "type": "git", + "url": "https://github.com/microsoft/vscode-extension-samples.git" + }, "main": "./out/extension.js", "contributes": { "commands": [