You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/schema/vimspector.schema.json
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,11 @@
113
113
"type": "string",
114
114
"description": "Name or container id of the docker run container to connect to (via docker exec). Note the container must already be running (Vimspector will not start it) and it must have the port forwarded to the host if subsequently connecting via a port (for example <tt>docker run -p 8765:8765 -it simple_python</tt>)."
115
115
},
116
+
"docker_args": {
117
+
"type": "array",
118
+
"items": {"type": "string"},
119
+
"description": "Extra command line args to pass to docker exec."
120
+
},
116
121
"ssh": {
117
122
"type": "object",
118
123
"description": "Optional to customize the ssh client and its arguments to execute for remote-launch or remote-attach.",
@@ -186,10 +191,6 @@
186
191
"type": "array",
187
192
"items": { "type": "string" },
188
193
"description": "A single command to execute for remote-launch. Like runCommands but for a single command."
189
-
},
190
-
"workdir": {
191
-
"type": "string",
192
-
"description": "For containers. The value passed to docker exec for the working directory."
0 commit comments