1 write to _languageService
aspire (1)
Commands\InitCommand.cs (1)
82
_languageService
= languageService;
2 references to _languageService
aspire (2)
Commands\InitCommand.cs (2)
120
var projectSelection = await
_languageService
.GetOrPromptForProjectSelectionAsync(explicitLanguage, saveLanguageSelection: false, cancellationToken);
146
await
_languageService
.SetLanguageAsync(selectedProject, cancellationToken: cancellationToken);