From 5d47ff51a6afb86f241a2a275408b332caac62a7 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Mon, 15 Oct 2018 11:53:50 -0700 Subject: [PATCH] minimal sample - use vscode-samples publisher --- hellocode-minimal-sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hellocode-minimal-sample/package.json b/hellocode-minimal-sample/package.json index eb505a23..88ec9231 100644 --- a/hellocode-minimal-sample/package.json +++ b/hellocode-minimal-sample/package.json @@ -3,7 +3,7 @@ "displayName": "hellocode-minimal-sample", "description": "Minimal HelloWorld example for VS Code", "version": "0.0.1", - "publisher": "microsoft", + "publisher": "vscode-samples", "engines": { "vscode": "^1.28.0" },