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" ],