refactor: make ReuseExistingWindowKey internal for better encapsulation

This commit is contained in:
boxqkrtm
2025-11-02 14:31:29 +09:00
parent c14987c13b
commit 22d40e0e16
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ namespace Microsoft.Unity.VisualStudio.Editor
internal class VisualStudioCursorInstallation : VisualStudioInstallation
{
private static readonly IGenerator _generator = new SdkStyleProjectGeneration();
private const string ReuseExistingWindowKey = "cursor_reuse_existing_window";
internal const string ReuseExistingWindowKey = "cursor_reuse_existing_window";
public override bool SupportsAnalyzers
{