mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-10 00:59:38 +00:00
chore(vscode): update configs as usual
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
d7a95fa880
commit
513b0a37ec
5 changed files with 26 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
@ -21,7 +21,14 @@
|
|||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"editor.tokenColorCustomizations": {
|
||||
"textMateRules": []
|
||||
"textMateRules": [
|
||||
{
|
||||
"scope": "keyword.other.dotenv",
|
||||
"settings": {
|
||||
"foreground": "#FF000000"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"workbench.colorTheme": "GitHub Dark Colorblind (Beta)",
|
||||
"workbench.productIconTheme": "material-product-icons",
|
||||
|
@ -38,5 +45,5 @@
|
|||
},
|
||||
"sqltools.useNodeRuntime": true,
|
||||
"sqltools.connections": [],
|
||||
"arcade-vsc.notifications.startReminder": false
|
||||
"arcade-vsc.notifications.startReminder": true,
|
||||
}
|
|
@ -23,6 +23,7 @@
|
|||
"window.customTitleBarVisibility": "auto",
|
||||
"window.confirmBeforeClose": "never",
|
||||
"window.titleBarStyle": "custom",
|
||||
"window.menuBarVisibility": "visible",
|
||||
"gpgIndicator.enablePassphraseCache": true,
|
||||
"cSpell.userWords": [
|
||||
"Infinix",
|
||||
|
@ -65,4 +66,13 @@
|
|||
"url": "https://youtrack.recaptime.dev/issue/META-<num>"
|
||||
}
|
||||
],
|
||||
"settingsSync.ignoredSettings": [
|
||||
"caddyfile.executable"
|
||||
],
|
||||
"redhat.telemetry.enabled": true,
|
||||
"window.autoDetectColorScheme": true,
|
||||
"workbench.preferredDarkColorTheme": "GitHub Dark Colorblind (Beta)",
|
||||
"workbench.preferredHighContrastColorTheme": "GitHub Dark High Contrast",
|
||||
"workbench.preferredHighContrastLightColorTheme": "GitHub Light High Contrast",
|
||||
"workbench.preferredLightColorTheme": "GitHub Light Colorblind (Beta)"
|
||||
}
|
Binary file not shown.
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
@ -39,5 +39,10 @@
|
|||
"**/node_modules/*/**": true,
|
||||
"**/.cache/**": true
|
||||
},
|
||||
"dotenv.enableAutocloaking": false
|
||||
"dotenv.enableAutocloaking": false,
|
||||
"search.exclude": {
|
||||
"**/.cache": true
|
||||
},
|
||||
"search.useGlobalIgnoreFiles": true,
|
||||
"search.useParentIgnoreFiles": true
|
||||
}
|
Loading…
Reference in a new issue