@gjacobse said in PS ISE: Unsaved Projects:
Right now, I'll have to pencil GIT onto the project list
Yes, it's something you should be using as a matter of course all the time. Any time you are doing anything text based - system configurations, writing a script, doing some coding, you should do two things...
Use an effective tool like VS Code to do it in just because it makes you faster and gives you a standard environment for everything.
Always store it in a GIT repo. Just start there for everything. Make it a habit so it always goes there first. It's just like a dedicated file store for text.