Use new API in 'Getting Started Sample'

This commit is contained in:
Radek Simko
2021-08-12 19:29:43 +01:00
parent 3b00e1fd9a
commit 03e1e3bef6

View File

@ -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": [