add encoding settings in launch.json (#17)

This commit is contained in:
Andy Xu(devdiv) 2017-09-19 13:11:29 +08:00 committed by GitHub
parent 358a0e4fbf
commit e934bf6254
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,11 @@
},
"description": "The source directories of the program.",
"default": []
},
"encoding": {
"type": "string",
"description": "The file.encoding setting passed to the JVM launcher (if not specified, default value 'UTF-8' will be used, possible values can be found in http://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html).",
"default": "UTF-8"
}
}
},