various updates
This commit is contained in:
@ -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,
|
||||
}
|
||||
Reference in New Issue
Block a user