mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-28 01:25:44 -05:00
This reverts commit 822a6459ce.
This commit is contained in:
@@ -8761,16 +8761,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
return Keys.GetString(Keys.SessionAlreadyExists, sessionName);
|
||||
}
|
||||
|
||||
public static string SessionMissingDetails(int id)
|
||||
{
|
||||
return Keys.GetString(Keys.SessionMissingDetails, id);
|
||||
}
|
||||
|
||||
public static string StartProfilingFailed(String error)
|
||||
{
|
||||
return Keys.GetString(Keys.StartProfilingFailed, error);
|
||||
}
|
||||
|
||||
public static string UnknownSizeUnit(string unit)
|
||||
{
|
||||
return Keys.GetString(Keys.UnknownSizeUnit, unit);
|
||||
@@ -9962,12 +9952,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string SessionAlreadyExists = "SessionAlreadyExists";
|
||||
|
||||
|
||||
public const string SessionMissingDetails = "SessionMissingDetails";
|
||||
|
||||
|
||||
public const string StartProfilingFailed = "StartProfilingFailed";
|
||||
|
||||
|
||||
public const string CategoryLocal = "CategoryLocal";
|
||||
|
||||
|
||||
|
||||
@@ -1576,16 +1576,6 @@
|
||||
<value>An XEvent session named {0} already exists</value>
|
||||
<comment>.
|
||||
Parameters: 0 - sessionName (String) </comment>
|
||||
</data>
|
||||
<data name="SessionMissingDetails" xml:space="preserve">
|
||||
<value>Unable to start streaming session {0} due to missing session details.</value>
|
||||
<comment>.
|
||||
Parameters: 0 - id (int) </comment>
|
||||
</data>
|
||||
<data name="StartProfilingFailed" xml:space="preserve">
|
||||
<value>Failed to start profiler: {0}</value>
|
||||
<comment>.
|
||||
Parameters: 0 - error (String) </comment>
|
||||
</data>
|
||||
<data name="CategoryLocal" xml:space="preserve">
|
||||
<value>[Uncategorized (Local)]</value>
|
||||
|
||||
@@ -761,8 +761,7 @@ PauseSessionFailed(String error) = Failed to pause session: {0}
|
||||
StopSessionFailed(String error) = Failed to stop session: {0}
|
||||
SessionNotFound = Cannot find requested XEvent session
|
||||
SessionAlreadyExists(String sessionName) = An XEvent session named {0} already exists
|
||||
SessionMissingDetails(int id) = Unable to start streaming session {0} due to missing session details.
|
||||
StartProfilingFailed(String error) = Failed to start profiler: {0}
|
||||
|
||||
|
||||
;job categories
|
||||
CategoryLocal = [Uncategorized (Local)]
|
||||
|
||||
@@ -5696,18 +5696,6 @@
|
||||
<target state="new">Specifies whether the check constraint is Enabled</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SessionMissingDetails">
|
||||
<source>Unable to start streaming session {0} due to missing session details.</source>
|
||||
<target state="new">Unable to start streaming session {0} due to missing session details.</target>
|
||||
<note>.
|
||||
Parameters: 0 - id (int) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="StartProfilingFailed">
|
||||
<source>Failed to start profiler: {0}</source>
|
||||
<target state="new">Failed to start profiler: {0}</target>
|
||||
<note>.
|
||||
Parameters: 0 - error (String) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="QueryServiceUnsupportedSqlVariantType">
|
||||
<source>The underlying type "{0}" for sql variant column "{1}" could not be resolved.</source>
|
||||
<target state="new">The underlying type "{0}" for sql variant column "{1}" could not be resolved.</target>
|
||||
|
||||
Reference in New Issue
Block a user