2024-08-11 15:37:25 +08:00
|
|
|
{
|
|
|
|
"editor.tokenColorCustomizations": {
|
2024-10-10 18:19:49 +08:00
|
|
|
"textMateRules": []
|
2024-08-11 15:37:25 +08: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.titleBarStyle": "custom",
|
2024-08-15 15:09:05 +08:00
|
|
|
"window.menuBarVisibility": "visible",
|
2024-08-11 15:37:25 +08: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 09:07:13 +08: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 15:09:05 +08:00
|
|
|
"settingsSync.ignoredSettings": [
|
|
|
|
"caddyfile.executable"
|
|
|
|
],
|
|
|
|
"redhat.telemetry.enabled": true,
|
|
|
|
"workbench.preferredDarkColorTheme": "GitHub Dark Colorblind (Beta)",
|
|
|
|
"workbench.preferredHighContrastColorTheme": "GitHub Dark High Contrast",
|
|
|
|
"workbench.preferredHighContrastLightColorTheme": "GitHub Light High Contrast",
|
2024-08-17 00:44:22 +08:00
|
|
|
"workbench.preferredLightColorTheme": "GitHub Light Colorblind (Beta)",
|
2024-08-17 10:52:41 +08:00
|
|
|
"workbench.trustedDomains.promptInTrustedWorkspace": true,
|
|
|
|
"files.associations": {
|
|
|
|
"known_hosts": "plaintext"
|
2024-08-31 19:19:24 +08:00
|
|
|
},
|
|
|
|
"terminal.integrated.confirmOnExit": "hasChildProcesses",
|
|
|
|
"terminal.integrated.copyOnSelection": true,
|
|
|
|
"terminal.integrated.cursorBlinking": true,
|
|
|
|
"terminal.integrated.enableVisualBell": true,
|
|
|
|
"terminal.integrated.hideOnStartup": "whenEmpty",
|
|
|
|
"terminal.integrated.ignoreProcessNames": [
|
|
|
|
"starship",
|
|
|
|
"oh-my-posh",
|
|
|
|
"bash",
|
|
|
|
"zsh",
|
|
|
|
"sh"
|
|
|
|
],
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"html.format.indentInnerHtml": true,
|
|
|
|
"githubIssues.queries": [
|
|
|
|
{
|
|
|
|
"label": "My Issues",
|
|
|
|
"query": "is:open assignee:${user} repo:${owner}/${repository}",
|
|
|
|
"groupBy": [
|
|
|
|
"milestone"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Created Issues in this repository",
|
|
|
|
"query": "author:${user} state:open repo:${owner}/${repository} sort:created-desc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Recent Issues in this repository",
|
|
|
|
"query": "state:open repo:${owner}/${repository} sort:updated-desc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Created Issues by Authenicated User",
|
|
|
|
"query": "author:${user} state:open sort:created-desc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"terminal.integrated.persistentSessionScrollback": 100000,
|
2024-09-08 00:12:12 +08:00
|
|
|
"arcade-vsc.notifications.startReminder": false,
|
2024-10-10 18:19:49 +08:00
|
|
|
"keyboard.layout": "us",
|
|
|
|
"conventionalCommits.lineBreak": "nw",
|
|
|
|
"conventionalCommits.promptCI": true,
|
|
|
|
"conventionalCommits.showEditor": true,
|
|
|
|
"conventionalCommits.scopes": [
|
|
|
|
"global",
|
|
|
|
"github-actions",
|
|
|
|
"gitlab-ci",
|
|
|
|
"readme",
|
|
|
|
"license",
|
|
|
|
"utils",
|
|
|
|
"scripts"
|
|
|
|
],
|
|
|
|
"[typescript]": {
|
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
|
|
},
|
|
|
|
"git.openRepositoryInParentFolders": "never",
|
|
|
|
"gpgIndicator.statusStyle": "fingerprint",
|
|
|
|
"remote.SSH.remotePlatform": {
|
|
|
|
"*.gitpod.local": "linux",
|
|
|
|
"*.gitpod.remote": "linux"
|
|
|
|
},
|
|
|
|
"[markdown]": {
|
|
|
|
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
|
|
|
|
},
|
|
|
|
"workbench.colorTheme": "GitHub Dark Colorblind (Beta)",
|
|
|
|
"remoteHub.commitDirectlyWarning": "off",
|
|
|
|
"github.experimental.multipleAccounts": true
|
2024-08-11 15:37:25 +08:00
|
|
|
}
|