dotfiles/.config/Code/User/profiles/-1f1e8b58/settings.json
Andrei Jiroh Halili 513b0a37ec
chore(vscode): update configs as usual
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
2024-08-15 15:09:05 +08:00

49 lines
No EOL
1.5 KiB
JSON

{
"editor.formatOnPaste": true,
"git.autofetch": true,
"[markdown]": {
"editor.wordWrap": "on",
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "keyword.other.dotenv",
"settings": {
"foreground": "#FF000000"
}
}
]
},
"workbench.colorTheme": "GitHub Dark Colorblind (Beta)",
"workbench.productIconTheme": "material-product-icons",
"workbench.iconTheme": "material-icon-theme",
"git.confirmSync": false,
"arcade-vsc.slackID": "U07CAPBB9B5",
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"workbench.editor.editorActionsLocation": "titleBar",
"diffEditor.ignoreTrimWhitespace": false,
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"sqltools.useNodeRuntime": true,
"sqltools.connections": [],
"arcade-vsc.notifications.startReminder": true,
}