working on some stuff
This commit is contained in:
parent
64cd56d633
commit
26245032f7
50
.vscode/launch.json
vendored
Normal file
50
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
{
|
||||||
|
// 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user