From 279d12f88b28ca7b1a0e430be5736eff5d2bd14a Mon Sep 17 00:00:00 2001 From: Lilou Date: Wed, 3 Dec 2025 17:00:00 +0100 Subject: [PATCH] =?UTF-8?q?Update=20settings=20from=20,=20profile=20=C2=AB?= =?UTF-8?q?=20main=20=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/main/data/settings.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index f826e99..8df5bdc 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -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, } \ No newline at end of file