2024-06-03
This commit is contained in:
76
.vscode/settings.json
vendored
Normal file
76
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,76 @@
|
||||
{
|
||||
"files.eol": "\n",
|
||||
"[markdown]": {
|
||||
"editor.wordWrap": "off"
|
||||
},
|
||||
"cSpell.words": [
|
||||
"Bianchin",
|
||||
"CMDB",
|
||||
"fileshare",
|
||||
"Infineon",
|
||||
"messa",
|
||||
"messdv",
|
||||
"messv",
|
||||
"mestsa",
|
||||
"Ouellette",
|
||||
"PDSF",
|
||||
"Phares",
|
||||
"Syncthing"
|
||||
],
|
||||
"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.titleMaxLength": 10,
|
||||
"foam.graph.style": {
|
||||
"background": "#202020",
|
||||
"color-palette-url": "https://coolors.co/palette/f94144-f3722c-f8961e-f9844a-f9c74f-90be6d-43aa8b-4d908e-577590-277da1",
|
||||
"node": {
|
||||
"account": "#277DA1",
|
||||
"database": "#F9844A",
|
||||
"cep": "#F3722C",
|
||||
"dns": "#577590",
|
||||
"fileshare": "#4D908E",
|
||||
"port": "#43AA8B",
|
||||
"server": "#90BE6D",
|
||||
"process": "#F9C74F",
|
||||
"d": "#F8961E",
|
||||
"eva": "#F94144",
|
||||
"topic": "#bc2a3c",
|
||||
"kanbn": "#ff7b00",
|
||||
"basic-note": "#773b93",
|
||||
"daily-note": "#ff9d00",
|
||||
"note": "#f2cb1d",
|
||||
"placeholder": "#F94144",
|
||||
"tag": "#0494c1",
|
||||
"bug": "#bc2a3c",
|
||||
"epic": "#ff7b00",
|
||||
"feature": "#773b93",
|
||||
"issue": "#ff9d00",
|
||||
"task": "#f2cb1d",
|
||||
"test-case": "#ff9d00",
|
||||
"user-story": "#0494c1"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user