mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Always send projectInfo to semantic server
This commit is contained in:
@@ -529,7 +529,8 @@ export class ProjectLoadingRoutingSyntaxTsServer extends Disposable implements I
|
||||
|
||||
private static readonly semanticCommands = new Set<keyof TypeScriptRequests>([
|
||||
'geterr',
|
||||
'geterrForProject'
|
||||
'geterrForProject',
|
||||
'projectInfo'
|
||||
]);
|
||||
|
||||
private readonly syntaxServer: ITypeScriptServer;
|
||||
|
||||
Reference in New Issue
Block a user