diff --git a/getting-started-sample/package.json b/getting-started-sample/package.json index 4e30dae7..9058df15 100644 --- a/getting-started-sample/package.json +++ b/getting-started-sample/package.json @@ -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": [