mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Use new API in 'Getting Started Sample'
This commit is contained in:
@ -19,11 +19,18 @@
|
||||
],
|
||||
"main": "./out/extension.js",
|
||||
"contributes": {
|
||||
"startEntries": [
|
||||
"menus": {
|
||||
"file/newFile": [
|
||||
{
|
||||
"command": "getting-started-sample.sayHello"
|
||||
}
|
||||
]
|
||||
},
|
||||
"commands":[
|
||||
{
|
||||
"category": "file",
|
||||
"command": "getting-started-sample.sayHello",
|
||||
"title": "Say Hello"
|
||||
"title": "Say Hello",
|
||||
"command": "getting-started-sample.sayHello"
|
||||
}
|
||||
],
|
||||
"walkthroughs": [
|
||||
|
||||
Reference in New Issue
Block a user