Update Library/Application Support/Code/User/settings.json

Update .local/bin/vpn
Update .ssh/config
This commit is contained in:
2024-06-08 22:58:12 +02:00
parent bc02050af9
commit 1100444400
3 changed files with 10 additions and 2 deletions

View File

@ -45,5 +45,8 @@
"gitlab.aiAssistedCodeSuggestions.enabled": false,
"gitlens.showWelcomeOnInstall": false,
"gitlens.showWhatsNewAfterUpgrades": false,
"projectManager.groupList": true
"projectManager.groupList": true,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}