...
"contributes": {
"commands": [
{
"command": "exampleApp.openWebview",
"title": "Open webview" // This is the command users will type in Command Palette to open the webview
}
]
},
...
...
"contributes": {
"commands": [
{
"command": "exampleApp.openWebview",
"title": "Open webview" // This is the command users will type in Command Palette to open the webview
}
]
},
...