2 implementations of OpenEditor
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
299
public void
OpenEditor
(string path)
Aspire.Cli.Tests (1)
TestServices\TestExtensionInteractionService.cs (1)
162
public void
OpenEditor
(string projectPath)
1 reference to OpenEditor
aspire (1)
Commands\NewCommand.cs (1)
320
extensionInteractionService.
OpenEditor
(templateResult.OutputPath);