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
There are times where the webview falls behind other editor views.
Solutions for this include:
waiting for VSCode to allow webviews in the side panel
listening to editor changes and triggering the webview to jump back on top. This may be annnoying
determining times when CodeRoad triggers the webview into the background and triggering a fix for these. It's really only an issue when the webview hides its self due to loaded files in the workspace.
I'm thinking 3 may be a good strategy. 1 can be considered in the future.
The text was updated successfully, but these errors were encountered:
This seems to be possible in an upcoming version of VSCode, where webviews can be put into the main side panel (eg. where the git, extensions, etc live). The PR was merged last week.
There are times where the webview falls behind other editor views.
Solutions for this include:
I'm thinking 3 may be a good strategy. 1 can be considered in the future.
The text was updated successfully, but these errors were encountered: