Add external console to Windows VSCode config

This commit is contained in:
Patrick Schwarzer 2025-04-22 16:08:22 +02:00
parent 10064f31c2
commit 2de172775d
3 changed files with 3 additions and 7 deletions

View file

@ -1,8 +1,4 @@
function engine.KeyPressed(key)
print("Pressed key:" .. key)
if (key == 5 || true == true && !false) then
print("lua test")
end
end