Skip to content

Commit

Permalink
prepare Sapling VS Code extension for release (v0.1.7)
Browse files Browse the repository at this point in the history
Summary:
This fixes a fairly annoying issue in the VS Code extension.
Now outstanding issues fall more in the "feature request" than
"bug" category.

Reviewed By: ndmitchell

Differential Revision: D41976202

fbshipit-source-id: 31e6a38df50d90e4e0df2b21450f9175ba57f680
  • Loading branch information
bolinfest authored and facebook-github-bot committed Dec 12, 2022
1 parent 7ae2822 commit c63cefb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions addons/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.7

- Fixed an issue where we were stripping the trailing newline in the output to `sl cat`, which caused the VS Code extension to constantly report that the user had modified a file by adding a newline to the end: https://github.com/facebook/sapling/commit/f65f499ba95a742444b61cb181adb39d2a3af4c2.

## 0.1.6

- Fixed an issue with path normalization that was preventing extension commands from working on Windows because files were not recognized as part of a Sapling repository: https://github.com/facebook/sapling/commit/206c7fbf6bc94e7e5940630b812fba7dcd55140e.
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.6",
"version": "0.1.7",
"publisher": "meta",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit c63cefb

Please sign in to comment.