containers / podman-desktop

Podman Desktop - A graphical tool for developing on containers and Kubernetes
https://podman-desktop.io
Apache License 2.0
4.46k stars 283 forks source link

Add command to open webview developer console #5796

Open lstocchi opened 6 months ago

lstocchi commented 6 months ago

Is your enhancement related to a problem? Please describe

When working with a webview it would be nice to open the developer console tools to investigate the webview elements. The only alternative we have now is to open the console and execute something like document.getElementsByTagName("webview")[0].openDevTools();

Describe the solution you'd like

Adds a command that can be invoked by using the command palette

Describe alternatives you've considered

No response

Additional context

No response

benoitf commented 6 months ago

somehow I missed the issue

@lstocchi you can do right click on the webview icon and you have 'Open Devtools for webview' (in development mode)

benoitf commented 6 months ago

but yes it could include a command in command palette

github-actions[bot] commented 3 days ago

This issue has been automatically marked as stale because it has not had activity in the last 6 months. It will be closed in 30 days if no further activity occurs. Please feel free to leave a comment if you believe the issue is still relevant. Thank you for your contributions!