Some resets found by this script

This commit is contained in:
Mark IJbema
2026-05-05 14:31:32 +02:00
parent c1accfa588
commit 0b763ac4ce
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ ${lineCommentStyles}
export function createDefaultOptions<T>(style: FileDiffOptions<T>["diffStyle"]) {
return {
theme: "Kilo", // kilocode_change
theme: "Kilo",
themeType: "system",
disableLineNumbers: false,
overflow: "wrap",
+2 -2
View File
@@ -13,13 +13,13 @@ function createPool(lineDiffType: "none" | "word-alt") {
workerFactory,
// poolSize defaults to 8. More workers = more parallelism but
// also more memory. Too many can actually slow things down.
// NOTE: 2 is probably better for OpenCode, as I think 8 might be
// NOTE: 2 is probably better for Kilo, as I think 8 might be
// a bit overkill, especially because Safari has a significantly slower
// boot up time for workers
poolSize: 2,
},
{
theme: "Kilo", // kilocode_change
theme: "Kilo",
lineDiffType,
preferredHighlighter: "shiki-wasm",
},
+1 -1
View File
@@ -7,4 +7,4 @@
/// <reference path="../../sst-env.d.ts" />
import "sst"
export {}
export {}