{ "explorer.confirmDelete": false, "explorer.confirmDragAndDrop": false, "security.workspace.trust.untrustedFiles": "open", "[python]": { "editor.defaultFormatter": "mikoz.black-py" }, "cSpell.userWords": [ "enthéogènes", "psycholytique", "psychotomimétique" ], "cSpell.language": "en,fr", "cSpell.enabled": false, "black-py.useIntegratedTerminal": true, "workbench.iconTheme": "simple-icons", "workbench.colorTheme": "Catppuccin Mocha", "git.openRepositoryInParentFolders": "always", "syncSettings.crons": { "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", "syncSettings.hooks.postUpload": "git -C ~/.config/codium-settings push", "syncSettings.gitInitMessage": "Init settings from {{hostname}}, profile « {{profile}} »", "syncSettings.gitUpdateMessage": "Update settings from {{hostname}}, profile « {{profile}} »", "redhat.telemetry.enabled": false, "ansible.ansible.useFullyQualifiedCollectionNames": false, "ansible.validation.lint.arguments": "--fix --skip-list=risky-file-permissions", "latex-workshop.latex.recipe.default": "tectonic", "latex-workshop.latex.autoBuild.run": "onSave", "latex-workshop.latex.outDir": "%WORKSPACE_FOLDER%/build/index", "latex-workshop.view.pdf.viewer": "tab", "latex-workshop.latex.recipes": [ { "name": "tectonic", "tools": [ "tectonic" ] } ], "latex-workshop.latex.tools": [ { "name": "tectonic", "command": "tectonic", "args": [ "-X", "build", "--keep-intermediates", "--keep-logs" ], "env": {} } ], "git.autofetch": true, "git.confirmSync": false, "security.promptForLocalFileProtocolHandling": false }