Update settings from , profile « main »

main
Quentin Duchemin 2025-12-03 17:00:00 +01:00
parent 490ce1c76c
commit 279d12f88b
1 changed files with 11 additions and 7 deletions

View File

@ -17,9 +17,9 @@
"workbench.colorTheme": "Catppuccin Macchiato",
"git.openRepositoryInParentFolders": "always",
"syncSettings.crons": {
"review": "0 * * * *", // every hour
"download": "0 9 * * *", // at 9AM, every day
"upload": "0 17 * * *" // at 5PM, every day
"review": "0 * * * *", // every hour
"download": "0 9 * * *", // at 9AM, every day
"upload": "0 17 * * *" // at 5PM, every day
},
"syncSettings.hostname": "{{hostname}}",
"syncSettings.hooks.preDownload": "git -C ~/.config/codium-settings pull",
@ -31,17 +31,20 @@
"latex-workshop.latex.outDir": "%WORKSPACE_FOLDER%/build/",
"latex-workshop.view.pdf.viewer": "tab",
"latex-workshop.latex.recipes": [
{
"name": "tectonic",
"tools": ["tectonic"]
"tools": [
"tectonic"
]
}
],
"latex-workshop.latex.tools": [
{
"name": "tectonic",
"command": "tectonic",
"args": ["%DOC_EXT%"],
"args": [
"%DOC_EXT%"
],
"env": {}
}
],
@ -157,7 +160,6 @@
"git.timeline.showUncommitted": true,
"git.untrackedChanges": "separate",
"shellformat.effectLanguages": [
"shellscript",
"dockerfile",
"dotenv",
@ -173,4 +175,6 @@
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-containers"
},
"markdown-auto-preview.autoShowPreviewToSide": false,
"markdown-auto-preview.autoClosePreviewAfterSwitch": true,
}