10 references to LspTimeout
Microsoft.VisualStudioCode.Razor.IntegrationTests (10)
Services\CodeActionService.cs (1)
35timeout ??= TestServices.Settings.LspTimeout;
Services\CompletionServices.cs (1)
36timeout ??= TestServices.Settings.LspTimeout;
Services\DiagnosticsServices.cs (3)
45timeout ??= TestServices.Settings.LspTimeout; 58timeout ??= TestServices.Settings.LspTimeout; 121timeout ??= TestServices.Settings.LspTimeout;
Services\EditorService.cs (1)
430TestServices.Settings.LspTimeout);
Services\HoverServices.cs (1)
49timeout ??= TestServices.Settings.LspTimeout;
Services\NavigationServices.cs (2)
18timeout ??= TestServices.Settings.LspTimeout; 59timeout ??= TestServices.Settings.LspTimeout;
Services\VSCodeService.cs (1)
506var timeout = testServices.Settings.LspTimeout;