You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
Open Git Graph and close it. From then on, while that workspace is open, pressing command-H on the Mac will no longer hide the VS Code app.
Steps to Reproduce
Steps to reproduce the behaviour:
Run Git Graph: View Git Graph command
Press command-H. App is not hidden.
Close Git Graph window.
Press command-H. App is still not hidden.
Expected Behaviour
App is hidden.
Environment
Git Graph Extension Version: 1.30.0
Visual Studio Code Version: 1.57.1
Operating System: Mac OS 10.14.6
Screenshots (optional)
Additional Context (optional)
The text was updated successfully, but these errors were encountered:
Please raise this as a bug in Microsoft’s Visual Studio Code - it is another bug in their Webview implementation, that affects all extensions that use them (the Git Graph View uses a Webview to render). When you raise the bug in the vscode repo, please highlight that this is a Webview bug, and use Git Graph as an example of an affected extension (so it can be higher prioritised as it is a much bigger issue than just with one extension).
FYI: From what I'm aware of, Microsoft have to been making some pretty significant changes to the Visual Studio Code Webview implementation recently. Unfortunately this has caused numerous Webview bugs, that affect all extensions that use Visual Studio Code Webview's. This has a significant impact on Git Graph, as a Webview is used for the core user interface of the extension.
mhutchie
added
vscode-bug
Something isn't working in Visual Studio Code, that affects Git Graph and all other extensions.
and removed
bug
Something isn't working
labels
Jun 21, 2021
Describe the Bug
Open Git Graph and close it. From then on, while that workspace is open, pressing command-H on the Mac will no longer hide the VS Code app.
Steps to Reproduce
Steps to reproduce the behaviour:
Expected Behaviour
App is hidden.
Environment
Screenshots (optional)
Additional Context (optional)
The text was updated successfully, but these errors were encountered: