dotfiles-remastered/.config/Code - OSS/User/settings.json

45 lines
1.6 KiB
JSON
Raw Normal View History

2020-06-17 20:52:13 +00:00
{
2020-06-18 12:33:44 +00:00
"terminal.integrated.fontFamily": "'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback', 'Hack Nerd Font'",
"update.mode": "manual",
"telemetry.enableCrashReporter": false,
2020-06-22 19:06:09 +00:00
"telemetry.enableTelemetry": false,
2020-07-09 11:16:07 +00:00
"terminal.integrated.cursorStyle": "line",
2020-07-12 15:35:48 +00:00
"explorer.confirmDelete": false,
2020-08-22 16:25:38 +00:00
"explorer.confirmDragAndDrop": false,
"git.confirmSync": false,
"terminal.external.linuxExec": "alacritty",
"terminal.integrated.copyOnSelection": true,
2020-08-30 12:02:18 +00:00
"terminal.integrated.rightClickBehavior": "paste",
2020-10-07 23:51:15 +00:00
"debug.onTaskErrors": "showErrors",
2021-05-24 13:26:39 +00:00
"gitlens.currentLine.enabled": false,
"gitlens.hovers.currentLine.over": "line",
"gitlens.codeLens.enabled": false,
2022-09-08 22:00:05 +00:00
"workbench.editorAssociations": {
"*.hex": "hexEditor.hexedit",
"*.bin": "hexEditor.hexedit"
},
"go.toolsManagement.autoUpdate": true,
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "advanced"
},
"[dockercompose]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "advanced",
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
2021-05-24 13:26:39 +00:00
}
2022-09-08 22:00:05 +00:00
},
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"workbench.startupEditor": "none",
"terminal.integrated.showExitAlert": false,
"terminal.integrated.enableShellIntegration": true,
"diffEditor.ignoreTrimWhitespace": false,
"editor.inlineSuggest.enabled": true
}