diff --git a/package.json b/package.json index cecb08d..f8da48e 100644 --- a/package.json +++ b/package.json @@ -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." } } }