You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: localize('workbench.editor.showLanguageDetectionHints',"When enabled, shows a Status bar Quick Fix when the editor language doesn't match detected content language."),
187
+
description: localize('workbench.editor.showLanguageDetectionHints',"When enabled, shows a status bar Quick Fix when the editor language doesn't match detected content language."),
enumDescriptions: [nls.localize('never',"Never show debug in Status bar"),nls.localize('always',"Always show debug in Status bar"),nls.localize('onFirstSessionStart',"Show debug in Status bar only after debug was started for the first time")],
547
-
description: nls.localize({comment: ['This is the description for a setting'],key: 'showInStatusBar'},"Controls when the debug Status bar should be visible."),
546
+
enumDescriptions: [nls.localize('never',"Never show debug item in status bar"),nls.localize('always',"Always show debug item in status bar"),nls.localize('onFirstSessionStart',"Show debug item in status bar only after debug was started for the first time")],
547
+
description: nls.localize({comment: ['This is the description for a setting'],key: 'showInStatusBar'},"Controls when the debug status bar item should be visible."),
nls.localize('notebook.showCellStatusbar.hidden.description',"The cell Status bar is always hidden."),
996
-
nls.localize('notebook.showCellStatusbar.visible.description',"The cell Status bar is always visible."),
997
-
nls.localize('notebook.showCellStatusbar.visibleAfterExecute.description',"The cell Status bar is hidden until the cell has executed. Then it becomes visible to show the execution status.")],
995
+
nls.localize('notebook.showCellStatusbar.hidden.description',"The cell status bar is always hidden."),
996
+
nls.localize('notebook.showCellStatusbar.visible.description',"The cell status bar is always visible."),
997
+
nls.localize('notebook.showCellStatusbar.visibleAfterExecute.description',"The cell status bar is hidden until the cell has executed. Then it becomes visible to show the execution status.")],
0 commit comments