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('terminal.integrated.tabs.defaultColor',"A theme color ID to associate with terminal icons by default."),
45
-
...terminalColorSchema
45
+
...terminalColorSchema,
46
+
scope: ConfigurationScope.RESOURCE
46
47
},
47
48
[TerminalSettingId.TabsDefaultIcon]: {
48
49
description: localize('terminal.integrated.tabs.defaultIcon',"A codicon ID to associate with terminal icons by default."),
49
50
...terminalIconSchema,
50
51
default: Codicon.terminal.id,
52
+
scope: ConfigurationScope.RESOURCE
51
53
},
52
54
[TerminalSettingId.TabsEnabled]: {
53
55
description: localize('terminal.integrated.tabs.enabled','Controls whether terminal tabs display as a list to the side of the terminal. When this is disabled a dropdown will display instead.'),
0 commit comments