gpduck / MSTerminalSettings

MIT License
118 stars 15 forks source link

Terminal 0.4 moves profiles.json to LocalState, Find-MSTerminalFolder should try that first now #35

Closed JustinGrote closed 4 years ago

JustinGrote commented 5 years ago

Find-MSTerminalFolder should look for localstate profiles.json first, and if that throws a NotFound exception, catch it and look at remotestate (for backwards compatibility)

arnydo commented 5 years ago

34 Should address this.

JustinGrote commented 4 years ago

Fixed #34