Files
file-folder-helper/.vscode/settings.json
2025-07-20 18:46:59 -07:00

71 lines
1.2 KiB
JSON

{
"files.associations": {
"*.container": "ini",
"*.org": "ini",
"*.net": "ini",
"*.xmp": "xml",
"podman": "ini",
"default": "ini"
},
"[markdown]": {
"editor.wordWrap": "off"
},
"files.exclude": {
"**/.git": false,
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"cSpell.words": [
"abcdefghiklmnopqrstuvwxyz",
"Acks",
"ASPNETCORE",
"BIORAD",
"BIRT",
"CHIL",
"DEAT",
"digi",
"endianness",
"Exif",
"FAMC",
"FAMS",
"Gatus",
"GIVN",
"HGCV",
"HUSB",
"Immich",
"INDI",
"Infineon",
"Kanban",
"kanbn",
"Kofax",
"Linc",
"Makernote",
"mesfs",
"mestsa",
"mklink",
"netrm",
"NpgSql",
"NSFX",
"OBJE",
"onenote",
"PDFC",
"pdsf",
"Permyriad",
"pged",
"Phares",
"Renci",
"Reparse",
"Rijndael",
"Serilog",
"startable",
"SUBM",
"SURN",
"SYSLIB",
"TENCOR",
"VSTS",
"WIQL",
"WSJF"
]
}