mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-17 02:51:45 -05:00
Adding decimal values to costs (#1449)
This commit is contained in:
@@ -9306,7 +9306,7 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
return Keys.GetString(Keys.MoreThanOneAzureFunctionWithName, functionName, fileName);
|
||||
}
|
||||
|
||||
public static string CostFormat(int x)
|
||||
public static string CostFormat(string x)
|
||||
{
|
||||
return Keys.GetString(Keys.CostFormat, x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user