mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-30 17:24:37 -05:00
Update memory settings and implement ServerPrototype (#2126)
This commit is contained in:
@@ -12946,6 +12946,11 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
return Keys.GetString(Keys.ServiceNotFound, serviceName);
|
||||
}
|
||||
|
||||
public static string PropertyNotInitialized(string propertyName)
|
||||
{
|
||||
return Keys.GetString(Keys.PropertyNotInitialized, propertyName);
|
||||
}
|
||||
|
||||
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
public class Keys
|
||||
{
|
||||
@@ -17898,6 +17903,9 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string HyperscaleAzureEdition = "HyperscaleAzureEdition";
|
||||
|
||||
|
||||
public const string PropertyNotInitialized = "PropertyNotInitialized";
|
||||
|
||||
|
||||
private Keys()
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user