zng/.vscode/settings.json

204 lines
3.7 KiB
JSON
Raw Normal View History

2020-02-11 10:51:18 +08:00
{
"rust-analyzer.files.excludeDirs": [
"tests/build",
],
"rust-analyzer.check.overrideCommand": [
"cargo",
"do",
"rust_analyzer_check"
],
2021-09-07 02:19:02 +08:00
"files.eol": "\n",
2021-12-23 10:46:23 +08:00
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext",
"toml",
2021-12-30 23:57:43 +08:00
"json",
"rust"
2021-12-23 10:46:23 +08:00
],
"explorer.fileNesting.patterns": {
"*.rs": "${capture}.stderr",
"*.otf": "${capture}.codepoints",
"*.ttf": "${capture}.codepoints",
},
2022-05-14 12:34:31 +08:00
"rust-analyzer.runnables.command": "cargo do rust_analyzer_run",
"rust-analyzer.diagnostics.disabled": [
"non_snake_case" // false positive in when expr with generated #[allow(non_snake_case)]
2024-04-10 11:05:26 +08:00
],
"cSpell.words": [
2024-04-11 12:27:49 +08:00
"accesskit",
"afrc",
"appa",
"arboard",
"attrs",
"basetsd",
"bgra",
"biXPelsPerMeter",
"biYPelsPerMeter",
"BLDB",
"bpt",
"Buf",
"bx",
"bytemuck",
"c2sc",
"calt",
"cb",
"circ",
"CLICOLOR",
2024-04-11 12:27:49 +08:00
"clig",
"clmv",
"cmark",
"Cmyk",
"COLR",
"combaseapi",
"combomark",
"commctrl",
"Condvar",
"cr",
"cswh",
"ctor",
2024-04-10 11:05:26 +08:00
"ctx",
"deadlinks",
2024-04-11 12:27:49 +08:00
"Deinit",
"deiniting",
"deinits",
"devocar",
"dlig",
"dlopen",
"docblock",
"EINVAL",
"eos",
"errhandlingapi",
"ext",
"Farbfeld",
"fct",
"ffi",
"ffn",
2024-04-10 11:05:26 +08:00
"fnv",
"Fnv",
2024-04-11 12:27:49 +08:00
"formatx",
"frac",
"fwid",
"Fx",
"GDEF",
2024-04-10 11:05:26 +08:00
"glutin",
2024-04-11 12:27:49 +08:00
"GSUB",
2024-04-10 11:05:26 +08:00
"hgl",
2024-04-11 12:27:49 +08:00
"hist",
"hkna",
2024-04-10 11:05:26 +08:00
"hlig",
2024-04-11 12:27:49 +08:00
"hn",
"hwid",
"ime",
"Imm",
"inf",
"ipmpsc",
"isahc",
"Jp",
"lft",
"libfontconfig",
"libzng",
2024-04-10 11:05:26 +08:00
"lig",
2024-04-11 12:27:49 +08:00
"liga",
2024-04-10 11:05:26 +08:00
"lnum",
2024-04-11 12:27:49 +08:00
"machacek",
"mexprp",
"minwindef",
"mirr",
"mixins",
"mul",
2024-04-10 11:05:26 +08:00
"nalt",
2024-04-11 12:27:49 +08:00
"nlck",
"noassertion",
2024-04-11 12:27:49 +08:00
"numlock",
"onum",
"ordn",
"ornm",
"osmesa",
2024-04-10 11:05:26 +08:00
"palt",
2024-04-11 12:27:49 +08:00
"pathdiff",
"pcap",
"pct",
2024-04-10 11:05:26 +08:00
"pkna",
2024-04-11 12:27:49 +08:00
"pnum",
"Pombo",
"ppi",
"ps",
"pwid",
"Px",
"qps-ploc.flt",
2024-04-10 11:05:26 +08:00
"qwid",
2024-04-11 12:27:49 +08:00
"ra",
"ralt",
"Referer",
"reinit",
"reinited",
"req",
"rfd",
"Rle",
"ro",
"RRGGBBAA",
"rubi",
"rustdoc",
2024-04-10 11:05:26 +08:00
"rustfmt",
"rustybuzz",
2024-04-11 12:27:49 +08:00
"scancode",
"seg",
"setx",
"shobjidl_core",
"SKLA",
"smcp",
2024-04-10 11:05:26 +08:00
"smol",
2024-04-11 12:27:49 +08:00
"smpl",
"sos",
"splitmix",
"ss",
"structfield",
"swgl",
"swsh",
"syn",
"SysRq",
"Tga",
"th",
"titl",
"tnum",
2024-04-10 11:05:26 +08:00
"tokio",
2024-04-11 12:27:49 +08:00
"TRMG",
"truecolor",
"trybuild",
"twid",
"tz",
"unic",
"unic_langid",
"unicase",
"unicode_bidi",
"unsets",
2024-04-10 11:05:26 +08:00
"uri",
2024-04-22 10:27:22 +08:00
"vapi",
2024-04-11 12:27:49 +08:00
"vmin",
"vn",
2024-04-10 11:05:26 +08:00
"vp",
2024-04-11 12:27:49 +08:00
"walkdir",
"Wgt",
"whens",
2024-04-10 11:05:26 +08:00
"winapi",
"windef",
"winerror",
"wingdi",
2024-04-11 12:27:49 +08:00
"winit",
"winuser",
2024-04-10 11:05:26 +08:00
"wl",
"wm",
2024-04-11 12:27:49 +08:00
"wmf",
"wn",
"wp",
"wr",
"wtypesbase",
2024-04-10 11:05:26 +08:00
"Zalgo",
2024-04-11 12:27:49 +08:00
"zdenek",
2024-04-10 11:05:26 +08:00
"zng"
]
2020-02-11 10:51:18 +08:00
}