Is there a way to make install button work in VSCode extension Webview?
问题 We are making a VSCode extension on gatsby.js, and we have a tree view that shows a webview when clicked. In the webview, we have an 'install button' that we want to have it run 'npm install pluginName' by sending the command to the terminal. We have a method in a class called 'installPlugin', which parses through npm API to get the plugin data such as the npm install plugin command. For the webview content, we are using panel.webview.html to add the html string. On the button tag, we have an