Skip to content

0.42.0

Compare
Choose a tag to compare
@alexr00 alexr00 released this 05 May 11:52
· 1399 commits to main since this release
c1a3920

0.42.0

Changes

  • New actions to go to github.com/owner/repo/issues and github.com/owner/repo/pulls

    Open on GitHub

  • Support for multiline comments

    Multiline comments

  • Commit changes can now show in a tree or list depending on the value of githubPullRequests.fileListLayout

  • "Create Permalink" works on github.dev and vscode.dev from a tag or commit number.

  • "Mark as Viewed" and "Mark as Unviewed" are available in the editor toolbar

    Mark file as viewed from the editor toolbar

  • Better defaults for githubIssues.ignoreCompletionTrigger.

Fixes

  • Invisible Button/Input Text in High Contrast Themes. #3342
  • Create PR icon dissapears from Source Control view. #3410
  • Don't make potentially expensive getObjectDetails and detectObjectType calls for known file extensions. #3446
  • Web: Broken state for deleting branch in repo that deletes on merge. #3453
  • Can't leave a comment in PR webviewview without a pending review. #3480
  • Text suggestions load forever on first column. #3485

Thank You