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,
|
"explorer.confirmDragAndDrop": false,
|
||||||
//Ref: https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers
|
//Ref: https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.fcc": "yaml",
|
"*.bu": "yaml",
|
||||||
"*.ign": "json",
|
"*.ign": "json",
|
||||||
},
|
},
|
||||||
"glualint.activeLanguages": [
|
"glualint.activeLanguages": [
|
||||||
|
@ -23,8 +23,15 @@
|
||||||
"latex-workshop.message.update.show": false,
|
"latex-workshop.message.update.show": false,
|
||||||
"latex-workshop.view.pdf.viewer": "tab",
|
"latex-workshop.view.pdf.viewer": "tab",
|
||||||
"markdownlint.config": {
|
"markdownlint.config": {
|
||||||
"MD024": {"allow_different_nesting": true},
|
"MD024": {
|
||||||
"MD033": {"allowed_elements": ["h1", "img"]}
|
"allow_different_nesting": true
|
||||||
|
},
|
||||||
|
"MD033": {
|
||||||
|
"allowed_elements": [
|
||||||
|
"h1",
|
||||||
|
"img"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"terminal.integrated.fontFamily": "'monospace', 'PowerlineSymbols'",
|
"terminal.integrated.fontFamily": "'monospace', 'PowerlineSymbols'",
|
||||||
"window.title": "${activeEditorShort}${separator}${rootPath}",
|
"window.title": "${activeEditorShort}${separator}${rootPath}",
|
||||||
|
@ -46,5 +53,12 @@
|
||||||
},
|
},
|
||||||
"[latex]": {
|
"[latex]": {
|
||||||
"editor.defaultFormatter": "James-Yu.latex-workshop"
|
"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