mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Adjust settings.
This commit is contained in:
13
.vscode/settings.json
vendored
13
.vscode/settings.json
vendored
@@ -1,15 +1,14 @@
|
||||
{
|
||||
"editor.tabSize": 4,
|
||||
"editor.formatOnSave": false,
|
||||
"editor.defaultFormatter": null,
|
||||
// "editor.formatOnSave": false,
|
||||
// "editor.defaultFormatter": null,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.detectIndentation": false,
|
||||
"git.mergeEditor": false,
|
||||
"spellright.language": ["en-GB-10-1."],
|
||||
"spellright.documentTypes": ["markdown", "plaintext"],
|
||||
"cSpell.words": [
|
||||
"ADXL",
|
||||
"blanchas",
|
||||
"Buildplate",
|
||||
"cfgs",
|
||||
"Fluidd",
|
||||
"Fluiddpi",
|
||||
@@ -31,11 +30,15 @@
|
||||
"pico",
|
||||
"Prusa",
|
||||
"runout",
|
||||
"Sovol"
|
||||
"Sovol",
|
||||
"textcolor"
|
||||
],
|
||||
"[markdown]": {
|
||||
"editor.formatOnSave": false
|
||||
},
|
||||
"[jsonc]": {
|
||||
"editor.insertSpaces": false
|
||||
},
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.activeBackground": "#7e4810",
|
||||
"activityBar.background": "#7e4810",
|
||||
|
||||
Reference in New Issue
Block a user