Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no command working on osx #10

Open
adrien-barret opened this issue Jun 13, 2024 · 1 comment
Open

no command working on osx #10

adrien-barret opened this issue Jun 13, 2024 · 1 comment

Comments

@adrien-barret
Copy link

adrien-barret commented Jun 13, 2024

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant