mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* Initial set of changes for opening XEL files in ADS * Code cleanup and update STS version * Fix runtime errors * Address comments * Address comments and update Start button to be disabled for file session * Code cleanup
11 lines
429 B
JSON
11 lines
429 B
JSON
{
|
|
"displayName": "SQL Server Profiler",
|
|
"description": "SQL Server Profiler for Azure Data Studio",
|
|
"profiler.contributes.title.newProfler": "Launch Profiler",
|
|
"profiler.contributes.title.start": "Start",
|
|
"profiler.contributes.title.stop": "Stop",
|
|
"profiler.contributes.title.openCreateSessionDialog": "Create Profiler Season",
|
|
"profiler.category": "Profiler",
|
|
"profiler.contributes.title.openXELFile": "Open XEL File"
|
|
}
|