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
- Emoji completions for `:smile:` style emojis are now available in review comments.
14
+
15
+

16
+
17
+
-[Markdown alert syntax](https://github.com/orgs/community/discussions/16925) is now rendered in review comments.
18
+
19
+

20
+
21
+
- Opening an empty commit from a pull request webview shows an editor with a message instead of showing a notification.
22
+
- Pull requests can be opened from from a url, for example: `vscode-insiders://github.vscode-pull-request-github/checkout-pull-request?uri=https://github.com/microsoft/vscode-css-languageservice/pull/460`
23
+
- Icons are up-to-date with VS Code's latest icons.
24
+
- If you start a review and want to cancel it, there's now a "Cancel Review" button in the pull request webview.
Logger.debug(`Looking for remote. Comparing ${repository.state.remotes.length} local repo remotes with ${reposManager.folderManagers.reduce((prev,curr)=>prev+curr.gitHubRepositories.length,0)} GitHub repositories.`,componentId);
358
+
Logger.appendLine(`Looking for remote. Comparing ${repository.state.remotes.length} local repo remotes with ${reposManager.folderManagers.reduce((prev,curr)=>prev+curr.gitHubRepositories.length,0)} GitHub repositories.`,componentId);
0 commit comments