Merge pull request #475 from radeksimko/fix-getting-started

Use new API in 'Getting Started Sample'
This commit is contained in:
Jackson Kearl
2021-09-27 17:14:28 -07:00
committed by GitHub

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