Skip to content

Commit

Permalink
VS Code extensions 0.1.60
Browse files Browse the repository at this point in the history
Summary: changelog + verison bump

Reviewed By: quark-zju

Differential Revision: D64200398

fbshipit-source-id: a44872df64be2a087b0bcb62d0b7d83e8609a45c
  • Loading branch information
evangrayk authored and facebook-github-bot committed Oct 15, 2024
1 parent a72c681 commit 5266694
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions addons/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.1.60

### Oct 14 2024

- Optimized how files in commits are fetched, reducing timeouts and improving startup time. Complex commit history fetch times are reduced by 90% or more.
- Improved generated file detection in some cases by looking further in the file contents.
- Warn when queued commands are cancelled due to a failure of a running command, and show which commands exactly were cancelled.
- Recover commit messages from cancelled queued commands, and put them back as unsaved edits so they can be retried.
- Fix some UI elements missing a background

## 0.1.59

### Sep 26 2024
Expand Down
2 changes: 1 addition & 1 deletion addons/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sapling-scm",
"displayName": "Sapling SCM",
"description": "Sapling: A Scalable, User-Friendly Source Control System",
"version": "0.1.59",
"version": "0.1.60",
"publisher": "meta",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 5266694

Please sign in to comment.