mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-18 01:25:41 -05:00
Wrapping up batch separation
Adding unit tests Fixing things that got brought up from the unit tests
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Workspace
|
||||
|
||||
public Workspace Workspace { get; private set; }
|
||||
|
||||
public TConfig CurrentSettings { get; private set; }
|
||||
public TConfig CurrentSettings { get; internal set; }
|
||||
|
||||
/// <summary>
|
||||
/// Delegate for callbacks that occur when the configuration for the workspace changes
|
||||
|
||||
Reference in New Issue
Block a user