In Visual Studio Code (Community version 1.17.2), I have configured file encoding in my Working Settings (settings.json) like that:
"files.encoding": "utf8"
Nevertheless, inside a specific folder in my Working Space, I need to have some scripts with iso88591 encoding. Could I specify a encoding in a specific folder DIFFERENT from that specified in my Working Settings?
files.encoding
setting? – Whitethroat