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
- Commit changes can now show in a tree or list depending on the value of `githubPullRequests.fileListLayout`
14
+
- "Create Permalink" works on github.dev and vscode.dev from a tag or commit number.
15
+
- "Mark as Viewed" and "Mark as Unviewed" are available in the editor toolbar
16
+
17
+

18
+
- Better defaults for `githubIssues.ignoreCompletionTrigger`.
19
+
20
+
### Fixes
21
+
22
+
- Invisible Button/Input Text in High Contrast Themes. https://github.com/microsoft/vscode-pull-request-github/issues/3342
23
+
- Create PR icon dissapears from Source Control view. https://github.com/microsoft/vscode-pull-request-github/issues/3410
24
+
- Don't make potentially expensive getObjectDetails and detectObjectType calls for known file extensions. https://github.com/microsoft/vscode-pull-request-github/issues/3446
25
+
- Web: Broken state for deleting branch in repo that deletes on merge. https://github.com/microsoft/vscode-pull-request-github/issues/3453
26
+
- Can't leave a comment in PR webviewview without a pending review. https://github.com/microsoft/vscode-pull-request-github/issues/3480
27
+
- Text suggestions load forever on first column. https://github.com/microsoft/vscode-pull-request-github/issues/3485
28
+
29
+
**_Thank You_**
30
+
31
+
*[@hoontae24](https://github.com/hoontae24): Support the copied permalink for Github Enterprise URL [PR #3460](https://github.com/microsoft/vscode-pull-request-github/pull/3460)
0 commit comments