diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f15751..f642b766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,11 @@ Then define a command input variable: - "inputs" [ + "inputs": [ { "id": "binaryOutputLocation", "type": "command", - "command": "bazel.getOutputTarget", + "command": "bazel.getTargetOutput", "args": ["//my/binary:target"], } ] diff --git a/src/extension/extension.ts b/src/extension/extension.ts index da7a27ec..f6d7d8dd 100644 --- a/src/extension/extension.ts +++ b/src/extension/extension.ts @@ -411,11 +411,11 @@ async function bazelCopyTargetToClipboard( * * Then define a command input variable: * - * "inputs" [ + * "inputs": [ * { * "id": "binaryOutputLocation", * "type": "command", - * "command": "bazel.getOutputTarget", + * "command": "bazel.getTargetOutput", * "args": ["//my/binary:target"], * } * ]