binocular icon indicating copy to clipboard operation
binocular copied to clipboard

no command working on osx

Open adrien-barret opened this issue 1 year ago • 2 comments

Hello,

Thank for this extension probably one of I missed the more from neovim as others are not really integrations I tried it but seems somethin happen for every build in command I'm doing: (it work if I do custom commands)

Error: the task 'binocular: binocular' neither specifies a command nor a dependsOn property. The task will be ignored. Its definition is:
{
    "type": "shell",
    "id": "shell,binocular-cli -c -f ,",
    "problemMatcher": [
        "$binocular"
    ],
    "label": "binocular: binocular"
}
Problem matcher {0} can't be resolved. The matcher will be ignoredError: the task 'binocular: binocular' neither specifies a command nor a dependsOn property. The task will be ignored. Its definition is:
{
    "type": "shell",
    "id": "shell,binocular-cli -c -f ,",
    "problemMatcher": [
        "$binocular"
    ],
    "label": "binocular: binocular"
}
Error: the task 'binocular: moveToEditor' neither specifies a command nor a dependsOn property. The task will be ignored. Its definition is:
{
    "type": "shell",
    "id": "shell,${command:workbench.action.terminal.moveToEditor},",
    "problemMatcher": [],
    "label": "binocular: moveToEditor"
}
Error: the task 'binocular: closePanel' neither specifies a command nor a dependsOn property. The task will be ignored. Its definition is:
{
    "type": "shell",
    "id": "shell,${command:workbench.action.closePanel},",
    "problemMatcher": [],
    "label": "binocular: closePanel"
}

adrien-barret avatar Jun 13 '24 16:06 adrien-barret

saying that, custom command don't always work, for example this one:

 *  Executing task: git checkout $(git fuzzy log) 

Identity added: /Users/adrien/.ssh/id_rsa (hk@lw)
git: 'fuzzy' is not a git command. See 'git --help'.
terraspace/main/app/stacks/realtime-dlp-catalogue/tfvars/prod.tfvars: needs merge
terraspace/main/app/stacks/realtime-dlp-catalogue/variables.tf: needs merge
error: you need to resolve your current index first

 *  The terminal process "/bin/zsh '-l', '-c', 'git checkout $(git fuzzy log)'" terminated with exit code: 1. 

but if I do it manually in my terminal it work correctly

adrien-barret avatar Jun 13 '24 19:06 adrien-barret

I get the same error. Please help @jpcrs

rafael-unloan avatar Oct 05 '25 01:10 rafael-unloan