How to Prevent Script Opening when Attaching Script

Godot Version

4.4.1 stable

Question

Whenever I attach a script to a node, Godot forces VS Code to open when I don’t want to edit the script. I cannot find a setting for this behavior within Godot.

Maybe you can try turning this setting off in the EditorSettings?

text_editor/behavior/files/open_dominant_script_on_scene_change

That is disabled.