-
Notifications
You must be signed in to change notification settings - Fork 1
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
Panel opened but is empty #1
Comments
Hi @ssbarnea , It looks like either:
Can you provide the whole debug? It should have something structured like this:
Can you provide more information about your environment?
Thanks |
That was the last output on the extension pane, even with debug option enabled. Should I enable another option to get more logging there?
The file I used for testing is the same you can find in the ansible/vscode-ansible#511 and it has no includes. On the other hand, I almost always have up to 10 workspaces open in parallel as I work with multiple projects. |
Can you open the Developers Tools (Help/Toggle Developer Tools) in VS Code and do a refresh in Taskile Launcher (.../Refresh list of tasks)? |
That should help you:
|
Hi @ssbarnea, Sorry for the delayed message and fix. I found the problem and created a new version (1.2.3) which should work. Many thanks, |
I have a
Taskfile.yml
file in one of the opened workspaces but this extension seems to not be able to find it.After activating debug log I was able to only get some logs confirming that the taskfiles were found, but no explanation why nothing was listed in the sidepanel.
The text was updated successfully, but these errors were encountered: