Adding editor actions for your extension webview in VSCode

In Visual Studio Code extension development, you may need a webview to give the developer/user the best experience for using your extension/functionalities.
Webviews come in different flavors. You can open them in a panel or an editor view, but there is a difference between both when it comes to showing actions or enabling/disabling commands.
Published on:
Learn more