KiloCode Font Size Patcher
An unofficial VS Code extension that helps change the font size in the KiloCode extension UI by automatically adding/updating a CSS patch.
Requirements
- VS Code 1.75.0 or newer
- Installed KiloCode extension (
kilocode.kilo-code)
Installation (via VS Code Marketplace)
- Open Extensions (
Ctrl+Shift+X)
- Search for KiloCode Font Size Patcher
- Click Install
Configuration
The font size is configured in VS Code settings:
kilocodeCssPatcher.fontSizePx - integer, default is 15
Via UI:
Ctrl+,
- Find KiloCode Font Size Patcher: Font Size Px
- Set the desired value
Via settings.json:
{
"kilocodeCssPatcher.fontSizePx": 15
}
Usage
- The extension automatically tries to apply the patch when VS Code starts.
- When KiloCode is updated (a new extension version folder appears), the patch is applied again.
- When the
kilocodeCssPatcher.fontSizePx setting changes, the patch is updated automatically.
Command
The following command is available in the Command Palette (Ctrl+Shift+P):
- KiloCode Font Size Patcher: Patch Now - forcibly runs validation and patching for the active version.
Logs and Diagnostics
Logs are written to the Output Channel:
View → Output
- Select KiloCode Font Size Patcher in the dropdown
The logs show:
- whether the target extension was found;
- which version was checked;
- whether
index.css was found;
- whether the patch was added, updated, or the CSS was already up to date.
Important Notes
- If KiloCode is not installed, there is nothing to patch.
- After updating the target extension, VS Code usually requires Reload Window - this is VS Code behavior.
Support / Donations
If you'd like to support the project: https://hglade.github.io/support/
| |