2024-08-11 07:37:25 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2024-08-16 16:44:22 +00:00
|
|
|
"textMateRules": []
|
2024-08-11 07:37:25 +00:00
|
|
|
},
|
|
|
|
"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": [],
|
2024-08-15 07:09:05 +00:00
|
|
|
"arcade-vsc.notifications.startReminder": true,
|
2024-08-16 16:44:22 +00:00
|
|
|
"caddyfile.executable": "/home/gildedguy/.local/bin/caddy"
|
2024-08-11 07:37:25 +00:00
|
|
|
}
|