Environment:
- VSCode running in WSL (Ubuntu)
- Extension version: 1.0.0
- Task CLI works correctly (
task -l shows tasks)
- Taskfile.yml exists at workspace root
Problem:
After updating to version 1.0.0,
Tree view shows "No Taskfile found in this workspace".
However:
- List view works correctly
- The Task CLI works normally
- Rolling back to the previous extension version fixes the issue
The Taskfile contains many nested tasks using ":" namespace
(e.g. multiple levels like a:b:c:d).
This seems related to Tree rendering.