paulvarache / vscode-taskfile

VSCode integration with https://taskfile.dev
MIT License
24 stars 3 forks source link

not showing all the tasks #12

Open xmlking opened 3 years ago

xmlking commented 3 years ago

I have

includes:
  config:     ./config
  proto:      task/proto.yml
  go:         task/go.yml
  mod:        task/mod.yml
  install:    task/install.{{OS}}.yml
  build:      task/build.{{OS}}.yml

full source: https://github.com/xmlking/grpc-starter-kit

but vs code only showing few

image

xmlking commented 3 years ago

why I click run I got following error image

xmlking commented 3 years ago

I already installed go-task with brew and it is on my path