From f1644f5ff881851b734e1502a26406aa609ff8a0 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Mon, 23 May 2016 08:06:41 +0200 Subject: [PATCH] update links --- contentprovider-sample/package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/contentprovider-sample/package.json b/contentprovider-sample/package.json index b9be498a..bbe5a03f 100644 --- a/contentprovider-sample/package.json +++ b/contentprovider-sample/package.json @@ -2,8 +2,15 @@ "name": "references-plusplus", "displayName": "References++", "description": "Show the results of 'Find References' as formatted text in an editor", - "version": "0.0.3", + "version": "0.0.4", "publisher": "jrieken", + "repository": { + "type": "git", + "url": "https://github.com/Microsoft/vscode-extension-samples" + }, + "bugs": { + "url": "https://github.com/Microsoft/vscode-extension-samples/issues" + }, "engines": { "vscode": "^1.0.0" },