How the heck do I just "save" a script sql query?

I’m using Dremio Software version 24.3 (since we only have Java 8). I don’t know what the heck is going on, but the “save” option is missing from the Script tab, only “save script as”, which forces it to save to a new name.

Every time I want to save the query I have to save it as a new name. And there is no autosave, after F5 everything is lost. I just want a simple “save” option that “saves” the current file.
What kind of bad design does that only allow “save as” and not just a simple “save” to save the current file?
Every SQL management tool like DBeaver, Hue, MySQL Workbench, HeidiSQL, and DataGrip, Athena… has a “save” function beside “save as”
Even Notepad has the “save” and “save as” options. Why Dremio don’t?

@quangbilly79

Let me check on your question internally. Meanwhile if you will be editing the SQL and have to save ot back, can you please save as a VDS and then you can always edir the VDS, add/remove stuff and use the “save view” option

What is a “save as a VDS”? I go to “SQL runner” tab, I just want to type and run some SQL queries, then save all of the SQL queries as a file, next time I just need to open the file.

Every SQL management tool like DBeaver, Hue, MySQL Workbench, HeidiSQL, and DataGrip,… has a “save” function beside “save as”. Or I can just simply press Ctrl+S. Why does Dremio only have “save as”?
I can literally use DBeaver + Dremio JDBC to save the query