Skip to content

Commit c3c2503

Browse files
author
Jordan Walsh
committed
Added workdir support for docker exec
1 parent 4b07a56 commit c3c2503

File tree

2 files changed

+2113
-2092
lines changed

2 files changed

+2113
-2092
lines changed

docs/schema/vimspector.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@
186186
"type": "array",
187187
"items": { "type": "string" },
188188
"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."
189193
}
190194
}
191195
}

0 commit comments

Comments
 (0)