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