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
If I have the launchSettings.json file active, the method returns a proper reference to it. However, if I have the favicon.ico active, the call does not return it. It seems to return the last-selected non-image (among others?) file. In the above it, it will continue to return launchSettings.json.
Is this a known limitation of the method?
Thanks!
Ernie
The text was updated successfully, but these errors were encountered:
aesalazar
changed the title
GetActiveDocumentViewAsync does not return non-code type document references.
GetSelectionAsync does not return non-code type document references.
Sep 23, 2023
I am trying to write an extension that obtains the current active Document Tab using
Using this repo as an example: https://github.com/aesalazar/AsteroidsWasm
If I have the
launchSettings.json
file active, the method returns a proper reference to it. However, if I have thefavicon.ico
active, the call does not return it. It seems to return the last-selected non-image (among others?) file. In the above it, it will continue to returnlaunchSettings.json
.Is this a known limitation of the method?
Thanks!
Ernie
The text was updated successfully, but these errors were encountered: