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
I think in VS Code we're opening the file to try and trigger an outline if we don't already have one, but we no longer force analysis for a file when it opens, and thus don't generate outlines.
One possible fix it to send a request that would force analysis of the file after opening it (ideally something that doesn't trigger any expensive work on top of the analysis).
... but opening the file does:
test.discovery.mp4
When we open the file, seems like we don't get an outline (but the discovery code expects that we do):
The text was updated successfully, but these errors were encountered: