dotfiles/vscodium/settings.json
Felix Buehler ff6d6ce2a3
Some checks are pending
Build / Lint Code Base (push) Waiting to run
CI / build (push) Waiting to run
vscodium: enable copilot chat
2026-02-01 21:39:48 +01:00

23 lines
799 B
JSON

{
"editor.fontFamily": "'Fira Code'",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.confirmSync": false,
"update.mode": "none",
"update.showReleaseNotes": false,
"editor.fontLigatures": true,
"window.menuBarVisibility": "toggle",
"workbench.startupEditor": "none",
"git.autofetch": true,
"workbench.colorTheme": "Flate",
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"explorer.confirmDragAndDrop": false,
"editor.guides.bracketPairs": "active",
"window.commandCenter": true,
"workbench.iconTheme": "material-icon-theme",
"git.openRepositoryInParentFolders": "always",
"git.mergeEditor": true,
"chat.disableAIFeatures": false
}