| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- {
- // 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": "Cocos2-launch",
- "type": "lua",
- "request": "launch",
- "runtimeType": "Cocos2",
- "localRoot": "${workspaceRoot}",
- "commandLine": "-workdir ${workspaceRoot}/../ -file src/main.lua",
- "port": 7003,
- "exePath": "",
- "fileExtNames": [
- ".lua",
- ".txt",
- ".lua.txt",
- ".bytes"
- ],
- "isFoxGloryProject": false,
- "printType": 1
- },
- {
- "name": "COCOS(remote debugging)",
- "type": "lua",
- "request": "attach",
- "runtimeType": "Cocos2",
- "localRoot": "${workspaceRoot}",
- "port": 7003,
- "fileExtNames": [
- ".lua",
- ".txt",
- ".lua.txt",
- ".bytes"
- ],
- "isFoxGloryProject": false,
- "printType": 1
- },
- {
- "name": "Unity-ulua",
- "type": "lua",
- "request": "attach",
- "runtimeType": "Unity",
- "localRoot": "${workspaceRoot}",
- "fileExtNames": [
- ".lua",
- ".txt",
- ".lua.txt",
- ".bytes"
- ],
- "port": 7003,
- "printType": 1
- },
- {
- "name": "Unity-slua",
- "type": "lua",
- "request": "attach",
- "runtimeType": "Unity",
- "localRoot": "${workspaceRoot}",
- "fileExtNames": [
- ".lua",
- ".txt",
- ".lua.txt",
- ".bytes"
- ],
- "port": 7003,
- "printType": 1
- },
- {
- "name": "Unity-xlua",
- "type": "lua",
- "request": "attach",
- "runtimeType": "Unity",
- "localRoot": "${workspaceRoot}",
- "fileExtNames": [
- ".lua",
- ".txt",
- ".lua.txt",
- ".bytes"
- ],
- "port": 7003,
- "printType": 1
- },
- {
- "name": "OpenResty",
- "type": "lua",
- "request": "attach",
- "runtimeType": "OpenResty",
- "localRoot": "${workspaceRoot}",
- "port": 7003,
- "fileExtNames": [
- ".lua"
- ],
- "printType": 1
- },
- {
- "name": "LuaTest",
- "type": "lua",
- "request": "launch",
- "runtimeType": "LuaTest",
- "mainFile": "${fileBasenameNoExtension}",
- "localRoot": "${fileDirname}",
- "curFileExtname": "${fileExtname}",
- "fileExtNames": [
- ".lua",
- ".txt",
- ".lua.txt",
- ".bytes"
- ],
- "port": 7003,
- "printType": 1
- }
- ]
- }
|