Files
dotfiles/vscode/settings.json
Menno van Leeuwen f532a924fb chore: Update symlinks in update.sh and functions.sh
feat: symlinks in config.yaml
fix: vscode tracking bullshit
2024-08-27 15:27:32 +02:00

21 lines
610 B
JSON
Executable File

{
"security.workspace.trust.untrustedFiles": "open",
"window.zoomLevel": 0.5,
"editor.fontFamily": "Hack Nerd Font",
"terminal.integrated.fontFamily": "Hack Nerd Font",
"github.copilot.enable": {
"*": true,
"plaintext": true,
"markdown": true,
"scminput": false
},
"git.autofetch": true,
"workbench.iconTheme": "vscode-icons",
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.openRepositoryInParentFolders": "always",
}