mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-30 20:25:40 +01:00
hygene
This commit is contained in:
@@ -366,7 +366,7 @@ export class ContextKeyGlobExpr implements ContextKeyExpr {
|
||||
}
|
||||
|
||||
public evaluate(context: IContext): boolean {
|
||||
return match(this.value, context.getValue(this.key))
|
||||
return match(this.value, context.getValue(this.key));
|
||||
}
|
||||
|
||||
public normalize(): ContextKeyExpr {
|
||||
|
||||
Reference in New Issue
Block a user