3 references to ExecuteCommandAsync
Microsoft.VisualStudioCode.Razor.IntegrationTests (3)
Services\DiagnosticsServices.cs (1)
71
await TestServices.Editor.
ExecuteCommandAsync
("View: Toggle Problems");
Services\FormattingServices.cs (1)
19
await TestServices.Editor.
ExecuteCommandAsync
("Format Document");
Services\RazorService.cs (1)
38
await TestServices.Editor.
ExecuteCommandAsync
("Developer: Inspect Editor Tokens and Scopes");