VSCode go to definition does not work when `namePrefix` is specified in `workflow_settings.yaml`
Closed this issue · 0 comments
ashish10alex commented
Active editor does should switch to the file where the reference is defined as the code on this line tries to match action.target.name
to linkedTable.name
. Since action.target.name
will have a namePrefix
when it is defined in workflow_settings.yaml
it will not be able to find the reference.