diff --git a/package.json b/package.json index f0e4caf..7ecdde3 100644 --- a/package.json +++ b/package.json @@ -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": {