formulahendry / formulahendry/vscode-code-runner
'(lang)' is not recognized as an internal or external command
Open
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
every time i run any language, python, lua, etc this happens, error code underneath
[Running] lua "this is a path, ignore/tempCodeRunnerFile.lua"
'lua' is not recognized as an internal or external command,
operable program or batch file.
[Done] exited with code=1 in 0.02 seconds
code:
function cube(num)
return num*num*num
end
print(cube(3))
please help, i really wanna run code :/
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.