sbt shell problem
Answered
Hello. When i run sbt shell
"C:\Program Files\Java\jdk-11.0.2\bin\java.exe" -agentlib:jdwp=transport=dt_socket,address=localhost:55148,suspend=n,server=y -Xdebug -server -Xmx1536M -DsocksProxyHost=127.0.0.1 -DsocksProxyPort=1081 -Didea.managed=true -Dfile.encoding=UTF-8 -jar C:\Users\cn\.IntelliJIdea2018.3\config\plugins\Scala\launcher\sbt-launch.jar --addPluginSbtFile=C:\Users\cn\AppData\Local\Temp\idea.sbt idea-shell
There has an option `-Dfile.encoding=UTF-8` by default which makes the console can not display CJK characters correctly. When i remove this option manually and rerun command above in terminal ,everything works fine.
Is there anyway to disable this default option?
https://newpornsites.pro
Please sign in to leave a comment.
Please try to set the vm parameters in the sbt options:
https://i.imgur.com/iBkSFwY.png
See https://youtrack.jetbrains.com/issue/SCL-15107