8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4171267 commit df757b2Copy full SHA for df757b2
src/client/common/utils/misc.ts
@@ -60,7 +60,7 @@ function isUri(resource?: Uri | any): resource is Uri {
60
/**
61
* Create a filter func that determine if the given URI and candidate match.
62
*
63
- * The scheme must match, as well as path.
+ * Only compares path.
64
65
* @param checkParent - if `true`, match if the candidate is rooted under `uri`
66
* or if the candidate matches `uri` exactly.
0 commit comments