Add missing comma

This commit is contained in:
Miguel Solorio
2018-07-23 10:01:04 -07:00
parent 32cf6eb0fa
commit bcf4c3185b

View File

@@ -11,7 +11,7 @@
"list.dropBackground": "#383B3D",
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#BBBBBB",
"input.placeholderForeground": "#A6A6A6"
"input.placeholderForeground": "#A6A6A6",
"settings.textInputBackground": "#292929",
"settings.numberInputBackground": "#292929"
}