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
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ In bigger projects with many files it also provides **context**, it gives you a
12
12
13
13
- Working tree comparison against any chosen branch, tag, or commit
14
14
15
-
-**Compare GitHub Pull Requests** - Enter a PR URL to quickly view and compare PR changes without leaving VS Code
15
+
- Compare GitHub Pull Requests
16
16
17
17
- Switch between tree and list view
18
18
@@ -50,9 +50,7 @@ You can quickly view GitHub PR changes directly in VS Code using the **Compare G
50
50
- Compare it against the PR's base branch
51
51
- Display all changes in the tree view
52
52
53
-
This feature works with both PRs from the same repository and PRs from forks. If you have uncommitted changes, you'll be prompted to confirm before checking out the PR.
54
-
55
-
**Note:** This will checkout the PR in detached HEAD state. You can switch back to your previous branch using the Source Control view or by running `git checkout <branch-name>` in the terminal.
53
+
This feature works with both PRs from the same repository and PRs from forks.
0 commit comments