Using `Effect.repeat` with a schedule will indeed return the number of repetitions rather than th...
I'm trying to wait for a WebView to be available in my VS Code extension, but I'm not sure how to make it work properly, because
Here's my code so far:
I need to get the
Effect.repeat returns number, not the value of the effect itself.Here's my code so far:
I need to get the
webview to be returned from the waitForWebView, how would I achieve this? Thank you in advance!!