2024-08-11 07:37:25 +00:00
|
|
|
{
|
|
|
|
"workbench.colorTheme": "GitHub Dark Colorblind (Beta)",
|
|
|
|
"editor.tokenColorCustomizations": {
|
2024-08-17 02:52:41 +00:00
|
|
|
"textMateRules": []
|
2024-08-11 07:37:25 +00:00
|
|
|
},
|
|
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
|
|
"workbench.productIconTheme": "material-product-icons",
|
|
|
|
"application.shellEnvironmentResolutionTimeout": 30,
|
|
|
|
"arcade-vsc.slackID": "U07CAPBB9B5",
|
|
|
|
"explorer.confirmDragAndDrop": false,
|
|
|
|
"[yaml]": {
|
|
|
|
"editor.defaultFormatter": "redhat.vscode-yaml"
|
|
|
|
},
|
|
|
|
"git.confirmSync": false,
|
|
|
|
"git.autofetch": true,
|
|
|
|
"window.customTitleBarVisibility": "auto",
|
|
|
|
"window.confirmBeforeClose": "never",
|
|
|
|
"window.titleBarStyle": "custom",
|
2024-08-15 07:09:05 +00:00
|
|
|
"window.menuBarVisibility": "visible",
|
2024-08-11 07:37:25 +00:00
|
|
|
"gpgIndicator.enablePassphraseCache": true,
|
|
|
|
"cSpell.userWords": [
|
|
|
|
"Infinix",
|
|
|
|
"Yubikey"
|
|
|
|
],
|
|
|
|
"workbench.experimental.enableNewProfilesUI": true,
|
|
|
|
"editor.codeActionsOnSave": {},
|
|
|
|
"sqltools.useNodeRuntime": true,
|
|
|
|
"files.watcherExclude": {
|
|
|
|
"**/.git/objects/**": true,
|
|
|
|
"**/.git/subtree-cache/**": true,
|
|
|
|
"**/node_modules/*/**": true,
|
|
|
|
"**/.cache/**": true
|
|
|
|
},
|
|
|
|
"git.alwaysSignOff": true,
|
|
|
|
"git.checkoutType": [
|
|
|
|
"local",
|
|
|
|
"remote",
|
|
|
|
"tags"
|
2024-08-13 01:07:13 +00:00
|
|
|
],
|
|
|
|
"gitlens.autolinks": [
|
|
|
|
{
|
|
|
|
"ignoreCase": true,
|
|
|
|
"prefix": "LAUNCHPAD-",
|
|
|
|
"url": "https://youtrack.andreijiroh.xyz/issue/LAUNCHPAD-<num>"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"ignoreCase": true,
|
|
|
|
"prefix": "LAUNCHPAD-T",
|
|
|
|
"url": "https://youtrack.andreijiroh.xyz/issue/LAUNCHPAD-<num>"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"ignoreCase": true,
|
|
|
|
"prefix": "META-",
|
|
|
|
"url": "https://youtrack.recaptime.dev/issue/META-<num>"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"ignoreCase": true,
|
|
|
|
"prefix": "META-T-",
|
|
|
|
"url": "https://youtrack.recaptime.dev/issue/META-<num>"
|
|
|
|
}
|
|
|
|
],
|
2024-08-15 07:09:05 +00:00
|
|
|
"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",
|
2024-08-16 16:44:22 +00:00
|
|
|
"workbench.preferredLightColorTheme": "GitHub Light Colorblind (Beta)",
|
2024-08-17 02:52:41 +00:00
|
|
|
"workbench.trustedDomains.promptInTrustedWorkspace": true,
|
|
|
|
"files.associations": {
|
|
|
|
"known_hosts": "plaintext"
|
|
|
|
}
|
2024-08-11 07:37:25 +00:00
|
|
|
}
|