dragos / dragos-vscode-scala

Other
253 stars 39 forks source link

Fix for issue #60, ensime.config file name for Windows #62

Closed fede0664 closed 7 years ago

fede0664 commented 7 years ago

Not sure it's the best way to handle it, but given that EnsimeConfig expects a string file name in ensime.config, I had to create a platform independent file name string. Tested and works in both Linux and Windows.

dragos commented 7 years ago

I'll merge this one, though #61 seems to do the same thing. Thanks!