change settings to only affect grid; remove default fontfamily (#989)

This commit is contained in:
Anthony Dresser
2018-03-27 11:14:54 -07:00
committed by GitHub
parent 9a2e8cffed
commit ddfb61b46a
2 changed files with 21 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ const resultsGridConfiguration: IConfigurationNode = {
properties: {
'resultsGrid.fontFamily': {
type: 'string',
default: EDITOR_FONT_DEFAULTS.fontFamily,
description: nls.localize('fontFamily', "Controls the font family.")
},
'resultsGrid.fontWeight': {