I'm getting the exception in Sublime:
Unbehandelte Ausnahme: [Decode error - output not cp1252]
by running this code:
Console.WriteLine("fsdfsd")
I installed Sublime Text 2 and 3 by installer and scriptcs by Chocolatey.
Then I added a file with following content:
{
"cmd": ["C:\\Chocolatey\\lib\\ScriptCs.0.5.1\\tools\\scriptcs\\scriptcs.exe", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"encoding": "cp1252"
}
as a scripts.sublime-build in Packages\User
How can I rid of it?
Thanks in advance!