clean
This commit is contained in:
parent
3e30068907
commit
6d66973fd5
10 changed files with 232 additions and 116 deletions
|
|
@ -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(["shell"])
|
||||
const SHELL = new Set(["shell", "bash"])
|
||||
|
||||
export interface PartProps {
|
||||
index: number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue