add felixfbecker/vscode-php-debug
This commit is contained in:
parent
7903e0e0fe
commit
c6e192d5f5
1 changed files with 23 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue