2 references to StartingDebugSessionInExtension
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"));