Skip to content

Commit

Permalink
Added workdir support for docker exec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Walsh committed Dec 22, 2023
1 parent 4b07a56 commit c3c2503
Show file tree
Hide file tree
Showing 2 changed files with 2,113 additions and 2,092 deletions.
4 changes: 4 additions & 0 deletions docs/schema/vimspector.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@
"type": "array",
"items": { "type": "string" },
"description": "A single command to execute for remote-launch. Like runCommands but for a single command."
},
"workdir": {
"type": "string",
"description": "For containers. The value passed to docker exec for the working directory."
}
}
}
Expand Down
Loading

0 comments on commit c3c2503

Please sign in to comment.