Skip to content

Commit cd7b434

Browse files
committed
Fixes #3423 handles remote repo context difference
VS Code uses different URIs between the TextDocument.uri and the `resource` context key (file:// vs vscode-remote://) So we are now using `TextDocument.uri.fsPath` and `resourcePath` to hopefully normalize out that difference
1 parent 8c37d95 commit cd7b434

File tree

5 files changed

+116
-83
lines changed

5 files changed

+116
-83
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88

99
### Fixed
1010

11+
- Fixes [#3423](https://github.com/gitkraken/vscode-gitlens/issues/3423) - Blame annotations & revision navigation are missing in 15.2.1 when using remote (WSL, SSH, etc) repositories
1112
- Fixes cloud patch creation error on azure repos
1213

1314
## [15.2.1] - 2024-07-24

0 commit comments

Comments
 (0)