Commit cd7b434
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 difference1 parent 8c37d95 commit cd7b434
File tree
5 files changed
+116
-83
lines changed- src
- trackers
5 files changed
+116
-83
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments