diff --git a/install_gadget.py b/install_gadget.py index 9b6f56f..ef4b46a 100755 --- a/install_gadget.py +++ b/install_gadget.py @@ -291,6 +291,29 @@ GADGETS = { }, }, }, + 'vscode-php-debug': { + 'language': 'php', + 'enabled': False, + 'download': { + 'url': 'https://github.com/felixfbecker/vscode-php-debug/releases/download/' + '${version}/${file_name}', + }, + 'all': { + 'version': 'v1.13.0', + 'file_name': 'php-debug.vsix', + 'checksum': + '8a51e593458fd14623c1c89ebab87347b087d67087717f18bcf77bb788052718', + }, + 'adapters': { + 'vscode-php-debug': { + 'name': "php-debug", + 'command': [ + 'node', + "${gadgetDir}/vscode-php-debug/out/phpDebug.js", + ] + } + } + }, 'vscode-node-debug2': { 'language': 'node', 'enabled': False,