file-folder-helper/.vscode/settings.json
Mike Phares 614588dcae
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Remove StartAt
Handle directoryInfo.LinkTarget
GitRemoteRemove
Handle directoryInfo.LinkTarget better
Sort HelperMarkdown
Sort Day 2024 Q2
u flag
Better git remote management
Gitea Echo
2024-07-19 13:35:36 -07:00

41 lines
662 B
JSON

{
"[markdown]": {
"editor.wordWrap": "off"
},
"files.exclude": {
"**/.git": false,
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"cSpell.words": [
"ASPNETCORE",
"BIRT",
"CHIL",
"DEAT",
"endianness",
"FAMC",
"FAMS",
"GIVN",
"HUSB",
"Immich",
"INDI",
"Infineon",
"Kanban",
"kanbn",
"Kofax",
"NpgSql",
"NSFX",
"OBJE",
"onenote",
"pged",
"Phares",
"Reparse",
"Rijndael",
"Serilog",
"SUBM",
"SURN",
"SYSLIB"
]
}