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