I seem to have broken my editor for a specific project. When I type things in gdscript they don't take place in game. For example when I change print statements the new string I want to print doesn't show up. Its like godot is stuck executing the same old code over and over.
I know what I did to break it too. I tried leaving Godot open and editing the same script in both Godot and Atom (because I can't stand the Godot text editor) Godot complained about this at first, but I didn't understand the buttons it presented me with. It asked me something about reloading or saving. I'm not Sure what I clicked, but now it doest ask at all.
The changes I make in atom do show up in code in Godot, but they don't show up in game...
Other projects work fine, but the project I opened in Atom is broken.