Ignoring taskfile: "..." (outside of workspace) #121
Labels
area: input
Changes related to the reading of Taskfiles.
type: bug
Something not working as intended.
It seems that the following check causes problems, when VS Code project is opened behind a symlinked folder:
https://github.com/go-task/vscode-task/blob/8f857660326255281fcdbf6bb4c24850970612f3/src/services/taskfile.ts#L206C25-L206C25
Had this error message:
And everything is working fine when there is no symlink in the project path (my ~/src is a symlink).
The text was updated successfully, but these errors were encountered: