mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
less is more
This commit is contained in:
@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user