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.tabSize": 4,
|
||||||
"editor.formatOnSave": false,
|
// "editor.formatOnSave": false,
|
||||||
"editor.defaultFormatter": null,
|
// "editor.defaultFormatter": null,
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
"editor.detectIndentation": false,
|
"editor.detectIndentation": false,
|
||||||
"git.mergeEditor": false,
|
"git.mergeEditor": false,
|
||||||
"spellright.language": ["en-GB-10-1."],
|
|
||||||
"spellright.documentTypes": ["markdown", "plaintext"],
|
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"ADXL",
|
"ADXL",
|
||||||
"blanchas",
|
"blanchas",
|
||||||
|
"Buildplate",
|
||||||
"cfgs",
|
"cfgs",
|
||||||
"Fluidd",
|
"Fluidd",
|
||||||
"Fluiddpi",
|
"Fluiddpi",
|
||||||
@@ -31,11 +30,15 @@
|
|||||||
"pico",
|
"pico",
|
||||||
"Prusa",
|
"Prusa",
|
||||||
"runout",
|
"runout",
|
||||||
"Sovol"
|
"Sovol",
|
||||||
|
"textcolor"
|
||||||
],
|
],
|
||||||
"[markdown]": {
|
"[markdown]": {
|
||||||
"editor.formatOnSave": false
|
"editor.formatOnSave": false
|
||||||
},
|
},
|
||||||
|
"[jsonc]": {
|
||||||
|
"editor.insertSpaces": false
|
||||||
|
},
|
||||||
"workbench.colorCustomizations": {
|
"workbench.colorCustomizations": {
|
||||||
"activityBar.activeBackground": "#7e4810",
|
"activityBar.activeBackground": "#7e4810",
|
||||||
"activityBar.background": "#7e4810",
|
"activityBar.background": "#7e4810",
|
||||||
|
|||||||
Reference in New Issue
Block a user