Command to activate Webview API | Visual Studio Code Extension API

PHOTO EMBED

Wed Feb 03 2021 13:29:03 GMT+0000 (Coordinated Universal Time)

Saved by @mishka #json

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

Mishka.codes/webviews-in-vscode