Skip to content

Commit

Permalink
[dotnet] switch IEnumerable<IHaveDefaultSettings> inject to lazy into…
Browse files Browse the repository at this point in the history
… DefaultSettingsMountPoints

GitOrigin-RevId: 9ab89286ba0d34c7ecc7151f65198964999df89a
  • Loading branch information
Nikita Popov authored and van800 committed Jun 14, 2024
1 parent 600689d commit 4a83b62
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using JetBrains.Application;
using JetBrains.Application.Parts;
using JetBrains.Application.Settings;
using JetBrains.Application.Settings.Implementation;
using JetBrains.ReSharper.Feature.Services.LiveTemplates.Scope;
Expand All @@ -12,7 +13,7 @@ namespace JetBrains.ReSharper.Plugins.Godot.CSharp.FileTemplates
{
// Defines settings for the QuickList, or we don't get a QuickList at all
// Note that the QuickList can be empty, but it's still required
[ShellComponent]
[ShellComponent(Instantiation.DemandAnyThreadSafe)]
public class GodotQuickListDefaultSettings : HaveDefaultSettings
{
private readonly ILogger myLogger;
Expand Down

0 comments on commit 4a83b62

Please sign in to comment.