We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在windows环境下使用debug功能,使用内置终端,打印中文出现乱码,而且这个编码格式已经设置了utf8,但是没有效果 { "lua.debug.settings.luaVersion": "lua51", "lua.debug.settings.sourceCoding": "utf8", "Lua.runtime.fileEncoding": "utf8", }
显示还是ANSI的编码
The text was updated successfully, but these errors were encountered:
在launch.json设置里试下
Sorry, something went wrong.
{ "arg": [], "name": "hello.lua", "program": "${workspaceFolder}/script/test/hello.lua", "request": "launch", "stopOnEntry": true, "type": "lua", "console": "integratedTerminal", "sourceCoding": "utf8", }, 设置了还是没有作用🤦♂️
No branches or pull requests
在windows环境下使用debug功能,使用内置终端,打印中文出现乱码,而且这个编码格式已经设置了utf8,但是没有效果
{
"lua.debug.settings.luaVersion": "lua51",
"lua.debug.settings.sourceCoding": "utf8",
"Lua.runtime.fileEncoding": "utf8",
}
显示还是ANSI的编码
The text was updated successfully, but these errors were encountered: