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
Copy file name to clipboardExpand all lines: package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,11 @@
340
340
"type": "string",
341
341
"default": "",
342
342
"description": "Custom storage path. Leave empty to use the default location. Supports absolute paths (e.g. 'D:\\RooCodeStorage')"
343
+
},
344
+
"roo-cline.fontSmoothing": {
345
+
"type": "boolean",
346
+
"default": true,
347
+
"description": "Enable CSS font smoothing (-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;) for the Roo Code webview UI for potentially crisper text rendering."
0 commit comments