Update settings from , profile « main »
parent
2c7ce6a2c8
commit
1ade327505
|
@ -1,25 +1,35 @@
|
|||
disabled: []
|
||||
disabled:
|
||||
- id: redhat.vscode-yaml
|
||||
uuid: 2061917f-f76a-458a-8da9-f162de22b97e
|
||||
enabled:
|
||||
- id: bmewburn.vscode-intelephense-client
|
||||
uuid: ffda6552-0ad5-431b-a4fa-0905a7e4f3f0
|
||||
- id: bungcip.better-toml
|
||||
uuid: 464f4ac7-af65-4aa9-9907-4ba7fa419085
|
||||
- id: Catppuccin.catppuccin-vsc
|
||||
uuid: 69264e4d-cd3b-468a-8f2b-e69673c7d864
|
||||
- id: James-Yu.latex-workshop
|
||||
uuid: 61d03280-3919-4dd1-bce1-178ca21fdeaf
|
||||
- id: LaurentTreguier.vscode-simple-icons
|
||||
uuid: 23d65a8c-fcd4-4897-86da-7fe55088e2c6
|
||||
- id: lkrms.inifmt
|
||||
uuid: 0f1eeb9a-eee5-476f-af6d-d27ed0a58e8e
|
||||
- id: mikoz.black-py
|
||||
uuid: 52778d39-0ece-4ef8-9809-5402f75074a4
|
||||
- id: ms-python.python
|
||||
uuid: f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5
|
||||
- id: ms-toolsai.jupyter
|
||||
uuid: 6c2f1801-1e7f-45b2-9b5c-7782f1e076e8
|
||||
- id: ms-toolsai.jupyter-keymap
|
||||
uuid: 9f6dc8db-620c-4844-b8c5-e74914f1be27
|
||||
- id: ms-toolsai.jupyter-renderers
|
||||
uuid: b15c72f8-d5fe-421a-a4f7-27ed9f6addbf
|
||||
- id: ms-toolsai.vscode-jupyter-cell-tags
|
||||
uuid: ab4fb32a-befb-4102-adf9-1652d0cd6a5e
|
||||
- id: ms-toolsai.vscode-jupyter-slideshow
|
||||
uuid: e153ca70-b543-4865-b4c5-b31d34185948
|
||||
- id: oderwat.indent-rainbow
|
||||
uuid: eaa2127d-cb69-4ab9-8505-a60c9ee5f28b
|
||||
- id: redhat.vscode-yaml
|
||||
uuid: 2061917f-f76a-458a-8da9-f162de22b97e
|
||||
- id: PKief.material-icon-theme
|
||||
uuid: 5db78037-f674-459f-a236-db622c427c5b
|
||||
- id: streetsidesoftware.code-spell-checker
|
||||
uuid: f6dbd813-b0a0-42c1-90ea-10dde9d925a7
|
||||
- id: streetsidesoftware.code-spell-checker-french
|
||||
uuid: d18e0c5a-855e-433e-996a-e0fb4c107213
|
||||
- id: yzhang.markdown-all-in-one
|
||||
uuid: 98790d67-10fa-497c-9113-f6c7489207b2
|
||||
- id: zokugun.cron-tasks
|
||||
|
|
|
@ -14,22 +14,18 @@
|
|||
"cSpell.enabled": false,
|
||||
"black-py.useIntegratedTerminal": true,
|
||||
"workbench.iconTheme": "simple-icons",
|
||||
"workbench.colorTheme": "Catppuccin Mocha",
|
||||
"workbench.colorTheme": "Catppuccin Macchiato",
|
||||
"git.openRepositoryInParentFolders": "always",
|
||||
"syncSettings.crons": {
|
||||
|
||||
"review": "0 7 * * *", // every hour
|
||||
"download": "0 * * * *", // at 9AM, every day
|
||||
"upload": "0 * * * *" // 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",
|
||||
"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",
|
||||
|
@ -37,25 +33,15 @@
|
|||
"latex-workshop.latex.recipes": [
|
||||
{
|
||||
"name": "tectonic",
|
||||
"tools": [
|
||||
"tectonic"
|
||||
]
|
||||
"tools": ["tectonic"]
|
||||
}
|
||||
],
|
||||
"latex-workshop.latex.tools": [
|
||||
{
|
||||
"name": "tectonic",
|
||||
"command": "tectonic",
|
||||
"args": [
|
||||
"-X",
|
||||
"build",
|
||||
"--keep-intermediates",
|
||||
"--keep-logs"
|
||||
],
|
||||
"args": ["-X", "build", "--keep-intermediates"],
|
||||
"env": {}
|
||||
}
|
||||
],
|
||||
"git.autofetch": true,
|
||||
"git.confirmSync": false,
|
||||
"security.promptForLocalFileProtocolHandling": false
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue