GHHG10's picture
download
raw
690 Bytes
export * as ConfigLSP from "./lsp"
import { Schema } from "effect"
export const Disabled = Schema.Struct({
disabled: Schema.Literal(true),
})
export class Server extends Schema.Class<Server>("ConfigV2.LSP.Server")({
command: Schema.String.pipe(Schema.Array),
extensions: Schema.String.pipe(Schema.Array, Schema.optional),
disabled: Schema.Boolean.pipe(Schema.optional),
env: Schema.Record(Schema.String, Schema.String).pipe(Schema.optional),
initialization: Schema.Record(Schema.String, Schema.Unknown).pipe(Schema.optional),
}) {}
export const Entry = Schema.Union([Disabled, Server])
export const Info = Schema.Union([Schema.Boolean, Schema.Record(Schema.String, Entry)])

Xet Storage Details

Size:
690 Bytes
·
Xet hash:
fa0305acef224553784bbbc853c8d6a3d1dd03880b3245b5c02bad59c6bd20bf

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.