2 implementations of OpenEditor
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
289
public void
OpenEditor
(string path)
Aspire.Cli.Tests (1)
TestServices\TestExtensionInteractionService.cs (1)
152
public void
OpenEditor
(string projectPath)
2 references to OpenEditor
aspire (2)
Commands\NewCommand.cs (2)
190
extensionInteractionService.
OpenEditor
(templateResult.OutputPath);
233
extensionInteractionService.
OpenEditor
(outputPath);