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