mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Fix return type typing
This commit is contained in:
@@ -324,7 +324,7 @@ class RequestRouter {
|
||||
constructor(
|
||||
private readonly servers: ReadonlyArray<{
|
||||
readonly server: ITypeScriptServer;
|
||||
canRun?(command: keyof TypeScriptRequests, executeInfo: ExecuteInfo): void;
|
||||
canRun?(command: keyof TypeScriptRequests, executeInfo: ExecuteInfo): boolean;
|
||||
}>,
|
||||
private readonly delegate: TsServerDelegate,
|
||||
) { }
|
||||
|
||||
Reference in New Issue
Block a user