2 writes to Command
aspire (2)
Commands\PipelineCommandBase.cs (1)
149await extensionInteractionService.StartDebugSessionAsync(ExecutionContext.WorkingDirectory.FullName, passedAppHostProjectFile?.FullName, debug: true, new DebugSessionOptions { Command = Name, Args = commandArgs.Length > 0 ? commandArgs : null });
Commands\RunCommand.cs (1)
173await extensionInteractionService.StartDebugSessionAsync(ExecutionContext.WorkingDirectory.FullName, passedAppHostProjectFile?.FullName, startDebugSession, new DebugSessionOptions { Command = "run" });
1 reference to Command
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
698workingDirectory, projectFile ?? "<none>", options?.Command ?? "<none>", debug);