mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Add ability to create sessions from templates, and list existing sessions (#671)
* Initial changes to connect to existing sessions * Creating new profiler sessions * Some session template changes * Fixing errors * Cleaning up comments, string constants, and formatting * Removing commented code
This commit is contained in:
committed by
GitHub
parent
e8360ef68e
commit
4b9807f0cf
@@ -2027,20 +2027,35 @@
|
||||
<value>Cannot profile Azure system databases</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="StopSessionFailed" xml:space="preserve">
|
||||
<value>Failed to stop session: {0}</value>
|
||||
<data name="CreateSessionFailed" xml:space="preserve">
|
||||
<value>Failed to create session: {0}</value>
|
||||
<comment>.
|
||||
Parameters: 0 - error (String) </comment>
|
||||
</data>
|
||||
<data name="StartSessionFailed" xml:space="preserve">
|
||||
<value>Failed to start session: {0}</value>
|
||||
<comment>.
|
||||
Parameters: 0 - error (String) </comment>
|
||||
</data>
|
||||
<data name="PauseSessionFailed" xml:space="preserve">
|
||||
<value>Failed to pause session: {0}</value>
|
||||
<comment>.
|
||||
Parameters: 0 - error (String) </comment>
|
||||
</data>
|
||||
<data name="StopSessionFailed" xml:space="preserve">
|
||||
<value>Failed to stop session: {0}</value>
|
||||
<comment>.
|
||||
Parameters: 0 - error (String) </comment>
|
||||
</data>
|
||||
<data name="SessionNotFound" xml:space="preserve">
|
||||
<value>Cannot find requested XEvent session</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="SessionAlreadyExists" xml:space="preserve">
|
||||
<value>An XEvent session named {0} already exists</value>
|
||||
<comment>.
|
||||
Parameters: 0 - sessionName (String) </comment>
|
||||
</data>
|
||||
<data name="EnableAlertsTitle" xml:space="preserve">
|
||||
<value>Enable Alerts - {0}</value>
|
||||
<comment>.
|
||||
|
||||
Reference in New Issue
Block a user