-
Notifications
You must be signed in to change notification settings - Fork 71
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
py shortcut icon still broken #1001
Comments
Ah, so I was mistaken @Ana06. It appeared to work because of my vscode I had installed. So, this issue is because we opted to go the route of requiring tools that were python based to use python as the The downside that this had was that we don't default all Python files to use the Python icon as a shortcut if they are something like ida.diaphora, since it's just a python plugin and we weren't planning to execute it directly with Python. The other downside is that we have to call An alternative we could do, that I think I may have suggested somewhere, would be to add inside of
I've just tested that and it would work, if you want to go that route. It will also require adding |
Sounds good! Just a heads up, if I'm not mistaken, if we start to get more python tools, we will be forced to use |
Details
I have just installed ida.diaphora.vm 3.2.0 and the icon of the .py file looks broken:
@emtuls hadn't this been addressed in #675?
We are planing to change how diaphora is installed (without shortcut): #994, so this issue is about ensuring that the .py shortcut look nice and not about fixing diaphora specifically. But I noticed the issue while testing diaphora.
The text was updated successfully, but these errors were encountered: