dragos / dragos-vscode-scala

Other
253 stars 39 forks source link

Fix loadConfig error on Windows (issue #60) #61

Closed ihalila closed 6 years ago

ihalila commented 6 years ago

Fixes issue #60. ConfigFactory.parseString errors out if the string contains a path with Windows path separators so replace all occurrances of \ with /.

This should not affect other platforms as far as I can tell.

dragos commented 6 years ago

I merged #62, I'll close this one.

dragos commented 6 years ago

..but thanks a lot for the PR!