2 references to StartingRunSessionInExtension
aspire (2)
Commands\RunCommand.cs (1)
231
extensionInteractionService.DisplayConsolePlainText(string.Format(CultureInfo.CurrentCulture, startDebugSession ? RunCommandStrings.StartingDebugSessionInExtension : RunCommandStrings.
StartingRunSessionInExtension
, "run"));
Commands\StartCommand.cs (1)
87
extensionInteractionService.DisplayConsolePlainText(string.Format(CultureInfo.CurrentCulture, startDebugSession ? RunCommandStrings.StartingDebugSessionInExtension : RunCommandStrings.
StartingRunSessionInExtension
, "start"));