chore: vscode prefs

This commit is contained in:
winston 2023-02-07 03:36:00 +01:00
parent f93d0136f0
commit bf6dc8b4b1
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -1,6 +1,6 @@
{
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Catppuccin Macchiato",
"workbench.colorTheme": "Catppuccin Mocha",
"window.titleBarStyle": "custom",
"telemetry.telemetryLevel": "off",
"update.mode": "none",
@ -147,4 +147,7 @@
"editor.inlayHints.padding": true,
"editor.inlayHints.fontFamily": "Comic Code Ligatures",
"editor.inlayHints.fontSize": 12,
"vs-kubernetes": {
"vs-kubernetes.crd-code-completion": "enabled"
},
}