Add missing ssh.bootstrap option description in package.json
This commit is contained in:
parent
957f04ea02
commit
282ef1f4c4
1 changed files with 4 additions and 0 deletions
|
|
@ -106,6 +106,10 @@
|
|||
"type": "number",
|
||||
"description": "Screen to start the application on the remote side",
|
||||
"default": 0
|
||||
},
|
||||
"bootstrap": {
|
||||
"type": "string",
|
||||
"description": "Content will be executed on the SSH host before the debugger call."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue