mirror of
https://github.com/coder/code-server.git
synced 2026-05-15 08:47:26 +02:00
chore(vscode): update to 1.54.2
This commit is contained in:
@@ -42,8 +42,8 @@ export interface IExtUri {
|
||||
/**
|
||||
* Tests whether a `candidate` URI is a parent or equal of a given `base` URI.
|
||||
*
|
||||
* @param base A uri which is "longer"
|
||||
* @param parentCandidate A uri which is "shorter" then `base`
|
||||
* @param base A uri which is "longer" or at least same length as `parentCandidate`
|
||||
* @param parentCandidate A uri which is "shorter" or up to same length as `base`
|
||||
* @param ignoreFragment Ignore the fragment (defaults to `false`)
|
||||
*/
|
||||
isEqualOrParent(base: URI, parentCandidate: URI, ignoreFragment?: boolean): boolean;
|
||||
|
||||
Reference in New Issue
Block a user