-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Add separate program case for Godot Resources #88523
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if this counts for anything but have a cookie
Should the same logic be applied to |
tscn uses default program, and you probably have it configured to VS Code. I can add an explicit case. |
65a933b
to
a08fddd
Compare
Should binary |
Maybe, but how? Should they fallback to the default program? |
Whatever program one would use it'd still display as gibberish, with maybe a few words somewhere in there, so maybe yes. |
a08fddd
to
bb46198
Compare
tres
files
Thanks! |
Open in External program option in FileSystem Dock currently checks only for file types, which might yield some wrong results in case of tres files (like opening AudioStreamGenerator in audio editor). Since they are always text, the dock will now always open them with the external text editor, or a default program for tres files. The PR also includes some small refactor.