i7solar
i7solar

Reputation: 57

Is there a Visual Studio Code command for Developer: Reload Webviews?

Is there a VSC command that is related to Developer: Reload Webviews?

Upvotes: 0

Views: 853

Answers (1)

alefragnani
alefragnani

Reputation: 3152

It is the workbench.action.webview.reloadWebviewAction command.

You can confirm this if you open the Command Palette, search for the Developer: Reload Webviews command and hit the gear icon at right. It will open the Keyboard Shortcuts panel, filtered with @command:workbench.action.webview.reloadWebviewAction.

Hope this helps

Upvotes: 2

Related Questions