mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
add messages to title to help discoverability (#5733)
This commit is contained in:
@@ -16,7 +16,7 @@ const configurationRegistry = <IConfigurationRegistry>Registry.as(Extensions.Con
|
|||||||
const resultsGridConfiguration: IConfigurationNode = {
|
const resultsGridConfiguration: IConfigurationNode = {
|
||||||
id: 'resultsGrid',
|
id: 'resultsGrid',
|
||||||
type: 'object',
|
type: 'object',
|
||||||
title: nls.localize('resultsGridConfigurationTitle', "Results Grid"),
|
title: nls.localize('resultsGridConfigurationTitle', "Results Grid and Messages"),
|
||||||
overridable: true,
|
overridable: true,
|
||||||
properties: {
|
properties: {
|
||||||
'resultsGrid.fontFamily': {
|
'resultsGrid.fontFamily': {
|
||||||
|
|||||||
Reference in New Issue
Block a user