We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b07a56 commit c3c2503Copy full SHA for c3c2503
docs/schema/vimspector.schema.json
@@ -186,6 +186,10 @@
186
"type": "array",
187
"items": { "type": "string" },
188
"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."
193
}
194
195
0 commit comments