mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 17:23:29 -05:00
Fix missing icon and add test (#8307)
* Fix missing icon and add test * Remove debug statement
This commit is contained in:
@@ -127,7 +127,7 @@ export class ToggleQueryHistoryCaptureAction extends Action {
|
||||
|
||||
private setClassAndLabel(enabled: boolean) {
|
||||
if (enabled) {
|
||||
this.class = 'toggle-query-history-capture-action codicon-pause';
|
||||
this.class = 'toggle-query-history-capture-action codicon-debug-pause';
|
||||
this.label = localize('queryHistory.disableCapture', "Pause Query History Capture");
|
||||
} else {
|
||||
this.class = 'toggle-query-history-capture-action codicon-play';
|
||||
|
||||
Reference in New Issue
Block a user