mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 17:23:10 -05:00
Centralizes localized category string (#19857)
This commit is contained in:
@@ -893,3 +893,7 @@ export class ExportAsNotebookAction extends QueryTaskbarAction {
|
||||
this._commandService.executeCommand('mssql.exportSqlAsNotebook', this.editor.input.uri);
|
||||
}
|
||||
}
|
||||
|
||||
export const CATEGORIES = {
|
||||
ExecutionPlan: { value: nls.localize('ExecutionPlan', 'Execution Plan'), original: 'Execution Plan' }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user