exercism / gui

MIT License
22 stars 13 forks source link

Debug Information Differs from Configuration Information #57

Closed rpottsoh closed 7 years ago

rpottsoh commented 7 years ago

In the Configuration section my Exercises directory is listed as c:/projects.git/exercism.projects. In the debug section Exercises dir: is listed as C:\Users\Ryan Potts\exercism.

My .exercism.json file looks like:

{"dir":"c:/projects.git/exercism.projects","apiKey":"xxxxxxxx_removed_my_key_xxxxxxxx","api":"http://exercism.io","xapi":"http://x.exercism.io"}

I have not actually tried the gui in place of the cli. I have only just recently installed the 32 bit Windows version of the gui and this is an initial finding of mine.

holandes22 commented 7 years ago

Thank you for reporting this. This is a bug in the configuration service, more specifically in the getHomeExercisesDir method that constructs the path instead of reading it from the conf file. I'll fix this today.

holandes22 commented 7 years ago

Fixed in v0.4.3