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
README.md & Marketplace reads: edit the tour's ref by right-clicking it in the CodeTour tree and selecting Change Git Ref. This let's you "rebase" a tour to a tag/commit...
However:
Have a tour with GIT commit reference
Modify the source code above (before) a tour step (tour step having line)
Commit (the source code change) to GIT.
Change the tour's GIT reference to the new commit.
Mainstream understanding/use of term rebase implies that the above steps would update the tour step to have a line number from the new GIT commit. (I'd assume there could be an API to get the line shifts (per file) between two GIT commits for some changes, depending on how GIT generates the deltas.)
Please
implement the above expected behavior (for line-based steps) - especially so if pattern-based steps are likely to be far away, and/or
update README.md and Marketplace to reflect the reality (to save people's confusion and time).
README.md & Marketplace reads: edit the tour's ref by right-clicking it in the CodeTour tree and selecting Change Git Ref. This let's you "rebase" a tour to a tag/commit...
However:
line
)Mainstream understanding/use of term
rebase
implies that the above steps would update the tour step to have a line number from the new GIT commit. (I'd assume there could be an API to get the line shifts (per file) between two GIT commits for some changes, depending on how GIT generates the deltas.)Please
line
-based steps) - especially so if pattern-based steps are likely to be far away, and/orREADME.md
and Marketplace to reflect the reality (to save people's confusion and time).Thank you in advance.
The text was updated successfully, but these errors were encountered: