45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"terminal.integrated.fontFamily": "'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback', 'Hack Nerd Font'",
|
|
"update.mode": "manual",
|
|
"telemetry.enableCrashReporter": false,
|
|
"telemetry.enableTelemetry": false,
|
|
"terminal.integrated.cursorStyle": "line",
|
|
"explorer.confirmDelete": false,
|
|
"explorer.confirmDragAndDrop": false,
|
|
"git.confirmSync": false,
|
|
"terminal.external.linuxExec": "alacritty",
|
|
"terminal.integrated.copyOnSelection": true,
|
|
"terminal.integrated.rightClickBehavior": "paste",
|
|
"debug.onTaskErrors": "showErrors",
|
|
"gitlens.currentLine.enabled": false,
|
|
"gitlens.hovers.currentLine.over": "line",
|
|
"gitlens.codeLens.enabled": false,
|
|
"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
|
|
}
|
|
},
|
|
"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
|
|
}
|