初始化提交
This commit is contained in:
33
Content/Lua/.vscode/launch.json
vendored
Normal file
33
Content/Lua/.vscode/launch.json
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
// 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": [
|
||||
{
|
||||
"type": "lua",
|
||||
"request": "launch",
|
||||
"tag": "normal",
|
||||
"name": "LuaPanda",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"luaFileExtension": "",
|
||||
"connectionPort": 8818,
|
||||
"stopOnEntry": true,
|
||||
"useCHook": true,
|
||||
"autoPathMode": true,
|
||||
},
|
||||
{
|
||||
"type": "lua",
|
||||
"request": "launch",
|
||||
"tag": "independent_file",
|
||||
"name": "LuaPanda-IndependentFile",
|
||||
"luaPath": "",
|
||||
"packagePath": [],
|
||||
"luaFileExtension": "",
|
||||
"connectionPort": 8820,
|
||||
"stopOnEntry": true,
|
||||
"useCHook": true,
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user