This commit is contained in:
LukeParkerDev 2026-04-08 14:35:16 +10:00
commit f1547de528
57 changed files with 311 additions and 295 deletions

View file

@ -33,7 +33,7 @@ import type { Diagnostic } from "vscode-languageserver-types"
import styles from "./part.module.css"
const MIN_DURATION = 2000
const SHELL = new Set(["bash", "pwsh", "powershell"])
const SHELL = new Set(["shell"])
export interface PartProps {
index: number