Closed Lzioo closed 2 years ago
"name": "launch", "type": "lua", "request": "launch", "stopOnEntry": true, "program": "${workspaceFolder}/helloworld.lua", "luaexe": "${workspaceFolder}/lua.exe", "cwd": "${workspaceFolder}", "consoleCoding": "utf8"
但是cmd里lua helloworld.exe是可以执行的
"name": "launch", "type": "lua", "request": "launch", "stopOnEntry": true, "program": "${workspaceFolder}/helloworld.lua", "luaexe": "${workspaceFolder}/lua.exe", "cwd": "${workspaceFolder}", "consoleCoding": "utf8"
但是cmd里lua helloworld.exe是可以执行的