You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice the linting warning on ${{ steps.build.build_id }}: Context access might be invalid: build_id.
Delete the following lines, save but do NOT commit:
outputs:
build_id: ${{ steps.build.build_id }}
In the diff window compare the changes
(BUG 1) (while diff is open) Notice the LEFT window showing the linting warning, which also shows up under 'PROBLEMS'
(while diff is open) Double click the warning under problems and notice it opens a locked (denoted the padlock next to the name) version of the previous, unedited version of build.yaml.
Close the diff & locked old version of build.yaml
(BUG 2) Notice the linting error is still there under 'PROBLEMS'
(BUG 2 related) When double clicking linting warning it opens up the same locked (denoted the padlock next to the name) version of the previous, unedited version of build.yaml.
(BUG 1) Now when hitting 'CTRL+P' to switch between files there are 2 entries for build.yaml which are indistinguishable, yet refer to different versions:
Expected behavior
Only errors on the new version are reported.
Screenshots
See reproduction
Extension Version v0.26.2
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Create & commit the following workflow:
Notice the linting warning on
${{ steps.build.build_id }}
:Context access might be invalid: build_id
.Delete the following lines, save but do NOT commit:
In the diff window compare the changes
(BUG 1) (while diff is open) Notice the LEFT window showing the linting warning, which also shows up under 'PROBLEMS'
(while diff is open) Double click the warning under problems and notice it opens a locked (denoted the padlock next to the name) version of the previous, unedited version of
build.yaml
.Close the diff & locked old version of
build.yaml
(BUG 2) Notice the linting error is still there under 'PROBLEMS'
(BUG 2 related) When double clicking linting warning it opens up the same locked (denoted the padlock next to the name) version of the previous, unedited version of
build.yaml
.(BUG 1) Now when hitting 'CTRL+P' to switch between files there are 2 entries for
build.yaml
which are indistinguishable, yet refer to different versions:Expected behavior
Only errors on the new version are reported.
Screenshots
See reproduction
Extension Version
v0.26.2
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: