Describe the bug
Some diffs (but not all!) show a load of false positive Problems for action.yml treating it as if it were a workflow YAML file.
Possibly this only affects read-only diffs.
To Reproduce
Steps to reproduce the behavior:
- Open a read-only diff of an
action.yml file
Expected behavior
action.yml should be correctly identified as an action not a workflow, in diff views
Screenshots
Top: an unaffected diff; bottom: an affected read-only diff
Extension Version
0.32.3
Additional context
(Originally opened in microsoft/vscode-pull-request-github#8873 but it affects diffs unrelated to PRs)
Describe the bug
Some diffs (but not all!) show a load of false positive Problems for
action.ymltreating it as if it were a workflow YAML file.Possibly this only affects read-only diffs.
To Reproduce
Steps to reproduce the behavior:
action.ymlfileExpected behavior
action.ymlshould be correctly identified as an action not a workflow, in diff viewsScreenshots
Top: an unaffected diff; bottom: an affected read-only diff
Extension Version
0.32.3Additional context
(Originally opened in microsoft/vscode-pull-request-github#8873 but it affects diffs unrelated to PRs)