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
An official debug adapter plugin must meet the requirements indicated in this section.
68
+
69
+
The plugin MUST support `args` as a launch argument. The `args` value must be an array and it MUST be passed at the end of the tool invocation.
70
+
71
+
The plugin MUST support `builder` as a launch argument. If present, `builder` will be passed as `--builder <value>` after the invocation of `buildx` but before the `build` argument.
72
+
73
+
The plugin MUST provide a way to run the DAP command through the `docker` command (i.e. `docker buildx`).
74
+
75
+
The plugin SHOULD provide a way to run the `buildx` binary in standalone mode.
76
+
77
+
The plugin SHOULD invoke the DAP command from the workspace root. If it cannot invoke the command from the workspace root for some reason, it MUST invoke it from the current working directory.
0 commit comments