Replies: 1 comment 4 replies
-
If you want to automatically save the file being edited when debugging starts, set |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a function that read the script source and append/modify some lines and saves it.
The problem is when I'm debugging the script and I modify something on it and don't save, then when the function read the source and appends new data, the data on the editor will overwrite it when I save.
I would like to request a directive to save the script in case it's being edited.
Scenario:
This way is guaranteed to in case the script is being edited on the editor, it gets saved before the function reads and modifies it.
Beta Was this translation helpful? Give feedback.
All reactions