u1s1-cli 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -47,6 +47,10 @@ function ensureDefaultSettings() {
|
|
|
47
47
|
changed = true;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
+
if (!("hideThinkingBlock" in settings)) {
|
|
51
|
+
settings["hideThinkingBlock"] = true;
|
|
52
|
+
changed = true;
|
|
53
|
+
}
|
|
50
54
|
// ≤0.4.0 shipped branded themes and forced them as default; the files are
|
|
51
55
|
// gone now, so a settings.json still pointing at them must fall back to
|
|
52
56
|
// pi's default theme.
|