this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix warnings in settings.json

todo-tree issue: https://github.com/Gruntfuggly/todo-tree/issues/606

+4 -5
+4 -5
Library/Application Support/Code/User/settings.json
··· 268 268 "editor.fontFamily": "Input Mono, Monaco, 'Courier New', monospace", 269 269 "editor.fontSize": 11, 270 270 "editor.fontWeight": "100", 271 - "editor.inlayHints.enabled": true, 272 - "editor.bracketPairColorization.enabled": false, 271 + "editor.inlayHints.enabled": "onUnlessPressed", 273 272 "editor.minimap.showSlider": "always", 274 273 "editor.multiCursorModifier": "alt", 275 274 "editor.renderControlCharacters": true, ··· 942 941 }, 943 942 "HACK": { 944 943 "icon": "terminal", 945 - "foreground": "orangered", 944 + "foreground": "#ff4500", 946 945 }, 947 946 "FIXME": { 948 947 "icon": "alert", 949 - "foreground": "yellow" 948 + "foreground": "#ffd700" 950 949 }, 951 950 "NOTE": { 952 951 "icon": "info", 953 - "foreground": "cyan", 952 + "foreground": "#00ffff", 954 953 "gutterIcon": true, 955 954 "hideFromTree": true, 956 955 },