arthwang / vsc-prolog

A VS Code extension that provides language support for prolog
MIT License
97 stars 21 forks source link

When the path has an accent, Visual Studio doesn't detect the errors #48

Open francisco-franchi opened 4 years ago

francisco-franchi commented 4 years ago

I was having a problem that when i opened a folder that had an accent somewhere in the path, Visual Studio didn't detect any error/mistake in the code. The path was: C:\Users\Usuario\Desktop\UTN\PDEP\Lógico\2020-logico-tp-integrador-gzs and i had to change its name to C:\Users\Usuario\Desktop\UTN\PDEP\Logico\2020-logico-tp-integrador-gzs

That was at the moment the only solution that i found to make the extension to work correctly.