Add missing ssh.bootstrap option description in package.json

This commit is contained in:
Baptist BENOIST 2016-02-10 22:00:38 +01:00
commit 282ef1f4c4

View file

@ -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."
}
}
}