1
1
mirror of https://github.com/wader/fq.git synced 2024-09-11 20:07:11 +03:00
fq/.vscode/settings.json
Mattias Wadman c5f6809b02 decode,fuzz,dev: Move recoverable error check to recoverfn.Run
This preserves the callstack on non-recoverable panics so that using
a debugger and fuzzing is much easier.

Add vscode debug config.
Remove fuzz stacktrace log workaround.
2023-03-31 12:47:04 +02:00

207 lines
3.7 KiB
JSON

{
"cSpell.words": [
"AACSSR",
"acsp",
"addrbase",
"annexb",
"APETAGEX",
"APEV",
"APIC",
"Arity",
"avgr",
"BCDU",
"bgrep",
"bitio",
"bitioex",
"bson",
"bxor",
"bzip",
"cbor",
"CCIT",
"chzyer",
"CLIUNICODE",
"CLLID",
"coef",
"coeff",
"Coeffs",
"colorjson",
"cond",
"cpus",
"ctxreadseeker",
"ctxstack",
"dataidx",
"demux",
"demuxed",
"descr",
"dumpaddr",
"ebml",
"elemidx",
"elif",
"endians",
"Equalisation",
"Errorer",
"errorln",
"esds",
"eval",
"Exif",
"Exiter",
"FALLID",
"fgrep",
"FLAC",
"fpbits",
"fqtest",
"ftyp",
"funcidx",
"funcs",
"globalidx",
"goarch",
"gofmt",
"goimports",
"gojq",
"gojqex",
"golangci",
"gopacket",
"gopanic",
"GOPATH",
"gosec",
"gosimple",
"gsub",
"HEIC",
"HEVC",
"Horz",
"IDID",
"IEND",
"ifds",
"IHDR",
"iinf",
"iloc",
"ilst",
"inband",
"infe",
"interp",
"ioex",
"ipco",
"iprint",
"iprp",
"isempty",
"itchyny",
"labelidx",
"laneidx",
"ldflags",
"libavformat",
"Linearization",
"localidx",
"localizable",
"luma",
"matroska",
"memidx",
"metadatablocsk",
"mfhd",
"mfra",
"mfro",
"mitchellh",
"MJPEG",
"moof",
"moov",
"mulr",
"mvex",
"nals",
"nalu",
"nalus",
"noctx",
"nolint",
"obus",
"origptr",
"OSFS",
"Packetized",
"pcap",
"pcapng",
"pmax",
"pmezard",
"pmin",
"printerrln",
"println",
"protobuf",
"PSSH",
"randomised",
"RDBs",
"recoverfn",
"RELA",
"rotr",
"rpad",
"RTMP",
"rtrimstr",
"sels",
"sfns",
"shquote",
"sidx",
"SLEB",
"SLONG",
"SMPTE",
"sortex",
"SRATIONAL",
"stco",
"stedolan",
"struct",
"structcheck",
"stsc",
"stsd",
"stsz",
"stts",
"synchronisation",
"syncmapl",
"tableidx",
"tfdt",
"tfhd",
"tfra",
"tmpl",
"to_xml",
"to_xmlentities",
"toactual",
"toarray",
"toboolean",
"tobytes",
"tobytesrange",
"todescription",
"toimage",
"tojson",
"tojvalue",
"topath",
"torepr",
"tosym",
"tovalue",
"traf",
"trak",
"trex",
"trun",
"TSSE",
"typeidx",
"udta",
"ufffd",
"UIDID",
"Uinteger",
"ULEB",
"unconvert",
"unparam",
"Unsychronized",
"UTCID",
"vectype",
"vgrep",
"Vorbis",
"WEBP",
"xffff",
"Xiph",
"xrange"
],
"editor.formatOnSave": true,
"cSpell.allowCompoundWords": true,
"cSpell.enabled": true,
"[plaintext]": {
"files.trimTrailingWhitespace": false,
},
"[jq]": {
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true
},
"fracturedjsonvsc.MaxInlineLength": 160,
}