VSCodium: Switched to VSCode.

This commit is contained in:
2026-02-12 21:07:07 +01:00
parent 47f846cc9a
commit c39c6357bb
5 changed files with 23 additions and 13 deletions

View File

@@ -0,0 +1,19 @@
{
"editor.autoIndent": "full",
"editor.tabSize": 2,
"diffEditor.ignoreTrimWhitespace": false,
"editor.fontFamily": "Source Code Pro",
"editor.fontSize": 14,
"editor.wordWrap": "on",
"workbench.startupEditor": "newUntitledFile",
"workbench.fontAliasing": "auto",
"terminal.external.osxExec": "Ghostty.app",
"workbench.colorTheme": "Nord",
"workbench.preferredDarkColorTheme": "Nord",
"workbench.iconTheme": "city-lights-icons-vsc",
"markdown-preview-enhanced.previewTheme": "vue.css",
"markdown-preview-enhanced.automaticallyShowPreviewOfMarkdownBeingEdited": true,
"workbench.activityBar.visible": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"ansible.validate.executablePath": "/Users/chbaer/.local/bin/ansible-lint"
}