mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
85 lines
2.0 KiB
JSON
85 lines
2.0 KiB
JSON
{
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": false,
|
|
"git.mergeEditor": false,
|
|
"cSpell.words": [
|
|
"ADXL",
|
|
"blanchas",
|
|
"Buildplate",
|
|
"cfgs",
|
|
"Fluidd",
|
|
"Fluiddpi",
|
|
"gcode",
|
|
"githubstar",
|
|
"hotend",
|
|
"KAMP",
|
|
"KIAUH",
|
|
"Klipper",
|
|
"Klipperized",
|
|
"lrwxrwxrwx",
|
|
"microsteps",
|
|
"moonraker",
|
|
"normalsize",
|
|
"octahedroflake",
|
|
"osskc",
|
|
"Painis",
|
|
"PARKBED",
|
|
"PARKCENTER",
|
|
"PARKFRONT",
|
|
"PARKFRONTLOW",
|
|
"PARKREAR",
|
|
"pico",
|
|
"Printables",
|
|
"Prusa",
|
|
"reformats",
|
|
"runout",
|
|
"scriptsize",
|
|
"Sovol",
|
|
"superslicer",
|
|
"textcolor",
|
|
"textit",
|
|
"texttt"
|
|
],
|
|
"[markdown]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
"[jsonc]": {
|
|
"editor.insertSpaces": false
|
|
},
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.activeBackground": "#7e4810",
|
|
"activityBar.background": "#7e4810",
|
|
"activityBar.foreground": "#e7e7e7",
|
|
"activityBar.inactiveForeground": "#e7e7e799",
|
|
"activityBarBadge.background": "#041c10",
|
|
"activityBarBadge.foreground": "#e7e7e7",
|
|
"commandCenter.border": "#e7e7e799",
|
|
"sash.hoverBorder": "#7e4810",
|
|
"statusBar.background": "#512e0a",
|
|
"statusBar.foreground": "#e7e7e7",
|
|
"statusBarItem.hoverBackground": "#7e4810",
|
|
"statusBarItem.remoteBackground": "#512e0a",
|
|
"statusBarItem.remoteForeground": "#e7e7e7",
|
|
"titleBar.activeBackground": "#512e0a",
|
|
"titleBar.activeForeground": "#e7e7e7",
|
|
"titleBar.inactiveBackground": "#512e0a99",
|
|
"titleBar.inactiveForeground": "#e7e7e799"
|
|
},
|
|
"peacock.color": "#512e0a"
|
|
// "[html][jinja][jinja-html]": {
|
|
// "editor.formatOnSave": false,
|
|
// "editor.defaultFormatter": "monosans.djlint",
|
|
// "editor.detectIndentation": true,
|
|
// "editor.linkedEditing": true,
|
|
// "editor.tabSize": 4,
|
|
|
|
// "djlint.enableLinting": true,
|
|
// "djlint.profile": "jinja"
|
|
// },
|
|
// "djlint.showInstallError": true,
|
|
// "djlint.useVenv": false,
|
|
// "djlint.pythonPath": "/home/bassam/.local/share/uv/tools",
|
|
// "djlint.formatLanguages": ["django-html", "jinja", "jinja-html"]
|
|
}
|