diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index d9361b2..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "launch-lua", - "type": "lua", - "request": "launch", - "workingDirectory": "${workspaceRoot}", - "sourceBasePath": "${workspaceRoot}", - "executable": "C:\\Program Files (x86)\\Lua\\5.1\\lua.exe", - "arguments": "main.lua", - "listenPublicly": false, - "listenPort": 56789, - "encoding": "UTF-8", - "env": {} - }, - { - "name": "launch-gideros", - "type": "lua", - "request": "launch", - "workingDirectory": "${workspaceRoot}", - "giderosPath": "C:/Program Files (x86)/Gideros", - "gprojPath": "${workspaceRoot}/GPROJ.gproj", - "jumpToGiderosErrorPosition": false, - "stopGiderosWhenDebuggerStops": true, - "listenPublicly": false, - "listenPort": 56789, - "encoding": "UTF-8" - }, - { - "name": "wait", - "type": "lua", - "request": "attach", - "workingDirectory": "${workspaceRoot}", - "sourceBasePath": "${workspaceRoot}", - "listenPublicly": false, - "listenPort": 56789, - "encoding": "UTF-8" - }, - { - "type": "lua", - "request": "launch", - "name": "Launch", - "program": "${workspaceFolder}/test.lua" - } - ] -} \ No newline at end of file