various updates

This commit is contained in:
2025-02-27 10:40:26 +01:00
parent 7256aef51f
commit 34b5a37e8a
19 changed files with 208 additions and 78 deletions

View File

@ -27,6 +27,11 @@
"**/.ammonite": true
},
//
// File associations with languages
"files.associations": {
"*.pgpass" : "yaml",
},
//
// Settings Sync
"settingsSync.ignoredSettings": [
"sshfs.configs",
@ -92,7 +97,7 @@
"emmet.showAbbreviationSuggestions": false,
"editor.linkedEditing": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "always"
// "source.organizeImports": "always"
}
},
//
@ -112,4 +117,5 @@
"emmet.showExpandedAbbreviation": "never",
"git.openRepositoryInParentFolders": "never",
"editor.selectionClipboard": false,
"git.blame.editorDecoration.enabled": true,
}