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