Skip to content

Instantly share code, notes, and snippets.

@Jojozzc
Created December 1, 2019 01:45
Show Gist options
  • Save Jojozzc/28cdb059a78f6e04269d4633f24ec1ca to your computer and use it in GitHub Desktop.
Save Jojozzc/28cdb059a78f6e04269d4633f24ec1ca to your computer and use it in GitHub Desktop.
VSCode setting for matlab, Chinese encoding in windows
{
"files.autoGuessEncoding": false,
"matlab.linterEncoding": "gb2312",
"[matlab]": {
"files.encoding": "gb2312"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment