Skip to content

Commit df757b2

Browse files
author
Kartik Raj
committed
Amend
1 parent 4171267 commit df757b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/common/utils/misc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function isUri(resource?: Uri | any): resource is Uri {
6060
/**
6161
* Create a filter func that determine if the given URI and candidate match.
6262
*
63-
* The scheme must match, as well as path.
63+
* Only compares path.
6464
*
6565
* @param checkParent - if `true`, match if the candidate is rooted under `uri`
6666
* or if the candidate matches `uri` exactly.

0 commit comments

Comments
 (0)