less is more

This commit is contained in:
Pine Wu
2018-10-15 15:47:30 -07:00
parent 5d47ff51a6
commit 4106d13b9b

View File

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