-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on macOS #3
Comments
Hey, thanks for reaching out! I don’t have access to a Mac these days unfortunately. Could you provide me with the console logs please? To find them you open the Visual Studio Code console (View > Output) and look for any errors or warnings that appear when you try to use the Inspect Image Metadata feature. Sharing any relevant log messages here could help me diagnose the issue further. |
Nothing shows up under Output, Debug Console, Terminal, etc. Where else can I find logs? Is it possible that the command isn't even being run? |
Hi! I just updated & released a new version. It should now be reporting some log information so maybe we can get to the bottom of this issue. See here for checking the log! Let me know how it goes! |
Thanks for reporting this issue, and I appreciate your patience! I’m still pretty new to VS Code extension development, so I really appreciate you flagging this. Current Status:The extension currently relies on a Windows-specific binary ( Next Steps:
I’ll update the extension when I make progress on this. Thanks again for your understanding and for helping me identify this problem! |
I appreciate you trying to fix this! I do have macOS version:
Developer Tools Console output:
Does seem to be related to |
Yeah, it's definitely exiftool-vendored related. |
A solution to this problem is right in front of you.
The To fix this, all you need to do is run You should consider adding this extension to the VSCode extensions library - it’s a nice one! |
I was curious what's happening inside .vsix bundle file and read that
so I simply unzipped it and as we can see that only Some (maybe working) solutions:
|
Hi @smlkdev, thanks so much for poking around & the suggestions! When I originally tried to get the vendor stuff working, I ran into issues getting non-window stuff setup. I'll try to look into the Also, I haven't had any time to devote to this lately so I apologize @andyylin for no obvious movement! Unfortunately I probably won't be able to get back to this for a few weeks but hopefully when I can, I can fix this up using @smlkdev's suggestion! (I'll also look into getting this on the marketplace if I can get that working. Thank you for the compliment!) |
I added the extension to Visual Studio Code on mac, but right-clicking Inspect Image Metadata doesn't pop up any new screen with the metadata. Nothing seems to happen.
The text was updated successfully, but these errors were encountered: