Skip to content

Commit

Permalink
remove remote debugger (incomplete)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangzx committed Jan 13, 2019
1 parent b1f5661 commit 6f3cb01
Showing 1 changed file with 0 additions and 67 deletions.
67 changes: 0 additions & 67 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,73 +174,6 @@
"languages": [
"lua"
]
},
{
"type": "emmylua_remote",
"label": "EmmyLua Remote Debug",
"program": "./out/debugger/MobDebugAdapter.js",
"runtime": "node",
"configurationAttributes": {
"launch": {
"required": [
"program",
"workingDir",
"arguments",
"port"
],
"properties": {
"program": {
"type": "string",
"description": "启动程序",
"default": "lua.exe"
},
"workingDir": {
"type": "string",
"description": "工作目录",
"default": "${workspaceRoot}"
},
"arguments": {
"type": "array",
"description": "运行参数",
"default": []
},
"port": {
"type": "number",
"description": "调试端口",
"default": 8172
}
}
}
},
"initialConfigurations": [
{
"type": "emmylua_remote",
"request": "launch",
"name": "EmmyLua Remote",
"program": "lua.exe",
"workingDir": "${workspaceRoot}",
"arguments": [],
"port": 8172
}
],
"configurationSnippets": [
{
"label": "EmmyLua: Remote",
"description": "EmmyLua: Remote",
"body": {
"type": "emmylua_remote",
"request": "launch",
"name": "EmmyLua Remote",
"program": "lua.exe",
"workingDir": "${workspaceRoot}",
"arguments": [],
"port": 8172
}
}
],
"languages": [
"lua"
]
}
],
"configuration": {
Expand Down

0 comments on commit 6f3cb01

Please sign in to comment.