Files
.infineon/.vscode/settings.json
2024-12-03 16:20:25 -07:00

78 lines
1.5 KiB
JSON

{
"files.eol": "\n",
"[markdown]": {
"editor.wordWrap": "off"
},
"cSpell.words": [
"Beelink",
"Blazor",
"Dockge",
"frontmatter",
"Gitea",
"Gogs",
"Hynix",
"Immich",
"Infineon",
"Kanban",
"Linkwarden",
"mikepharesjr",
"mklink",
"MVVM",
"Nexcloud",
"Nextcloud",
"nmap",
"Omni",
"PDSF",
"Phares",
"robocopy",
"Syncthing",
"Tibco",
"Trigkey",
"Trilium"
],
"files.exclude": {
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"foam.files.ignore": [
".foam/**/*",
".stfolder/**/*",
".UserSecrets/**/*",
"**/_layouts/**/*",
"**/_site/**/*",
"**/.vscode/**/*",
"**/node_modules/**/*"
],
"kanbn.showBurndownButton": false,
"kanbn.showSprintButton": false,
"foam.links.hover.enable": false,
"foam.placeholders.exclude": [".kanbn/Archive/**/*"],
"foam.orphans.exclude": [
".Applications/**/*",
".DevOps/**/*",
".Fab/**/*",
".journal/**/*"
],
"foam.graph.style": {
"background": "#202020",
"node": {
"topic": "#bc2a3c",
"kanbn": "#ff7b00",
"basic-note": "#773b93",
"daily-note": "#ff9d00",
"note": "#f2cb1d",
"placeholder": "#ff9d00",
"tag": "#0494c1",
"bug": "#bc2a3c",
"epic": "#ff7b00",
"feature": "#773b93",
"issue": "#ff9d00",
"task": "#f2cb1d",
"test-case": "#ff9d00",
"user-story": "#0494c1"
}
}
}