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