You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently user state is being saved in .phpschool-save.json inside the user's home dir while the workshop manager keeps itself self contained in the .php-school directory.
I think it's potentially confusing having both the .php-school directory and then the /phpschool-save.json file both inside the home dir, maybe we should persist user state inside the .php-school directory instead ?
Aside: There are potentially side effects here, we'd need to ensure the directory exists, we'd also need to add the current path to the legacy paths and process that as an array opposed to a single file as it is now. Potentially not worth effort.
The text was updated successfully, but these errors were encountered:
Currently user state is being saved in
.phpschool-save.json
inside the user's home dir while the workshop manager keeps itself self contained in the .php-school directory.I think it's potentially confusing having both the
.php-school
directory and then the/phpschool-save.json
file both inside the home dir, maybe we should persist user state inside the.php-school
directory instead ?Aside: There are potentially side effects here, we'd need to ensure the directory exists, we'd also need to add the current path to the legacy paths and process that as an array opposed to a single file as it is now. Potentially not worth effort.
The text was updated successfully, but these errors were encountered: