vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

'(lang)' is not recognized as an internal or external command

Open Wapplee opened this issue 3 years ago • 0 comments

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 numnumnum end print(cube(3))

please help, i really wanna run code :/

Wapplee avatar Jan 13 '22 22:01 Wapplee