update
This commit is contained in:
parent
152e1dda1a
commit
08f4facd60
2 changed files with 6 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
|
@ -32,9 +32,9 @@
|
||||||
},
|
},
|
||||||
"editor.inlayHints.fontSize": 8,
|
"editor.inlayHints.fontSize": 8,
|
||||||
"editor.inlayHints.padding": true,
|
"editor.inlayHints.padding": true,
|
||||||
"workbench.colorTheme": "Nightingale",
|
"workbench.colorTheme": "GitHub Dark",
|
||||||
"gitdoc.autoCommitDelay": 3000,
|
"gitdoc.autoCommitDelay": 3000,
|
||||||
"workbench.iconTheme": "minimalistic-icons",
|
"workbench.iconTheme": "catppuccin-frappe",
|
||||||
"[json]": {
|
"[json]": {
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
},
|
},
|
||||||
|
|
@ -47,5 +47,7 @@
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
},
|
},
|
||||||
"vim.useSystemClipboard": true,
|
"vim.useSystemClipboard": true,
|
||||||
"python.languageServer": "None"
|
"python.languageServer": "None",
|
||||||
|
"go.toolsManagement.autoUpdate": true,
|
||||||
|
"debug.onTaskErrors": "abort"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue