-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Fix error emitting when double-clicking on JSON files in FileSystem tab #67739
Conversation
Fixes error thrown when clicking on a json file in the file dock
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.
This change will no longer open scenes using the filedock if .tscn
exists in the list of textfile_extensions
. We have to give priority to the ResourceLoader
.
Fixed whitespace issue
Please squash the commits as required by our pipeline and amend the commit name to be correct (we don't accept names like "fixes [link]"). |
There is nothing stopping users from adding Opening items in the filesystem dock should always take you to the dedicated editor for that However, there is no prevention stopping the user from opening up a |
Superseded by #72259. |
Fixes error thrown when clicking on a json file in the file dock
Bugsquad edit: Fix #66820