You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-15 23:10:06 +00:00
refactor: make ReuseExistingWindowKey internal for better encapsulation
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user