24 lines
771 B
JSON
24 lines
771 B
JSON
{
|
|
"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 Latte",
|
|
"git.openRepositoryInParentFolders": "always",
|
|
"syncSettings.crons": {
|
|
"review": "0 * * * *", // every hour
|
|
"download": "0 9 * * *", // at 9AM, every day
|
|
"upload": "0 17 * * *" // at 5PM, every day
|
|
}
|
|
} |