From 513bc6ced5a5455d7ec0f2ef7504b81192adf6c4 Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Wed, 30 Jun 2021 10:22:03 -0700 Subject: [PATCH] Add startEntries config --- getting-started-sample/package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/getting-started-sample/package.json b/getting-started-sample/package.json index 447b3d27..9c595637 100644 --- a/getting-started-sample/package.json +++ b/getting-started-sample/package.json @@ -19,6 +19,13 @@ ], "main": "./out/extension.js", "contributes": { + "startEntries": [ + { + "category": "file", + "command": "getting-started-sample.sayHello", + "title": "Say Hello" + } + ], "walkthroughs": [ { "id": "sample",