3 implementations of OpenEditor
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
368
public void
OpenEditor
(string path)
Aspire.Cli.Tests (2)
Projects\ExtensionGuestLauncherTests.cs (1)
148
public void
OpenEditor
(string projectPath) => throw new NotImplementedException();
TestServices\TestExtensionInteractionService.cs (1)
178
public void
OpenEditor
(string projectPath)
1 reference to OpenEditor
aspire (1)
Commands\NewCommand.cs (1)
275
extensionInteractionService.
OpenEditor
(templateResult.OutputPath);