From 4106d13b9b3f4d55c51bb43058d09422231a4761 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Mon, 15 Oct 2018 15:47:30 -0700 Subject: [PATCH] less is more --- hellocode-minimal-sample/package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hellocode-minimal-sample/package.json b/hellocode-minimal-sample/package.json index 88ec9231..724a2a21 100644 --- a/hellocode-minimal-sample/package.json +++ b/hellocode-minimal-sample/package.json @@ -1,15 +1,11 @@ { "name": "hellocode-minimal-sample", - "displayName": "hellocode-minimal-sample", "description": "Minimal HelloWorld example for VS Code", "version": "0.0.1", "publisher": "vscode-samples", "engines": { "vscode": "^1.28.0" }, - "categories": [ - "Other" - ], "activationEvents": [ "onCommand:extension.sayHello" ],