vscodium: Push changes to settings.json
This commit is contained in:
parent
4000283224
commit
920452da15
1 changed files with 60 additions and 46 deletions
|
@ -9,7 +9,7 @@
|
|||
"explorer.confirmDragAndDrop": false,
|
||||
//Ref: https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers
|
||||
"files.associations": {
|
||||
"*.fcc": "yaml",
|
||||
"*.bu": "yaml",
|
||||
"*.ign": "json",
|
||||
},
|
||||
"glualint.activeLanguages": [
|
||||
|
@ -23,8 +23,15 @@
|
|||
"latex-workshop.message.update.show": false,
|
||||
"latex-workshop.view.pdf.viewer": "tab",
|
||||
"markdownlint.config": {
|
||||
"MD024": {"allow_different_nesting": true},
|
||||
"MD033": {"allowed_elements": ["h1", "img"]}
|
||||
"MD024": {
|
||||
"allow_different_nesting": true
|
||||
},
|
||||
"MD033": {
|
||||
"allowed_elements": [
|
||||
"h1",
|
||||
"img"
|
||||
]
|
||||
}
|
||||
},
|
||||
"terminal.integrated.fontFamily": "'monospace', 'PowerlineSymbols'",
|
||||
"window.title": "${activeEditorShort}${separator}${rootPath}",
|
||||
|
@ -46,5 +53,12 @@
|
|||
},
|
||||
"[latex]": {
|
||||
"editor.defaultFormatter": "James-Yu.latex-workshop"
|
||||
},
|
||||
"[yaml]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"redhat.telemetry.enabled": false,
|
||||
"yaml.schemas": {
|
||||
"https://github.com/Nemric/Butane-Schemas/releases/latest/download/butane-v1_4_0.json": ["*.bu"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue