Replies: 1 comment 1 reply
-
Hi, Best regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for a dynamic
wait
condition to wait for an editor to be loaded.More precisely, when you implement a custom editor, VS Code will take a while to load the webview's files on the first open, showing an infinite progress indicator on the line below the tab's name.
I wonder if there is a built-in way to wait for that loading process to end, or if I'll have to invent something by inspecting web elements.
Beta Was this translation helpful? Give feedback.
All reactions