mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Add startEntries config
This commit is contained in:
@ -19,6 +19,13 @@
|
||||
],
|
||||
"main": "./out/extension.js",
|
||||
"contributes": {
|
||||
"startEntries": [
|
||||
{
|
||||
"category": "file",
|
||||
"command": "getting-started-sample.sayHello",
|
||||
"title": "Say Hello"
|
||||
}
|
||||
],
|
||||
"walkthroughs": [
|
||||
{
|
||||
"id": "sample",
|
||||
|
||||
Reference in New Issue
Block a user