Update settings from , profile « main »
parent
09a8a6959d
commit
fd5ca47af4
|
@ -23,4 +23,4 @@ enabled:
|
|||
- id: yzhang.markdown-all-in-one
|
||||
uuid: 98790d67-10fa-497c-9113-f6c7489207b2
|
||||
- id: zokugun.cron-tasks
|
||||
uuid: eb05256f-c7aa-4554-95c6-1bb8e30e0cea
|
||||
uuid: b7bbbbd5-7a39-4312-87aa-ef6a41de67fb
|
||||
|
|
|
@ -17,15 +17,18 @@
|
|||
"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
|
||||
"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",
|
||||
|
@ -33,14 +36,21 @@
|
|||
"latex-workshop.latex.recipes": [
|
||||
{
|
||||
"name": "tectonic",
|
||||
"tools": ["tectonic"]
|
||||
"tools": [
|
||||
"tectonic"
|
||||
]
|
||||
}
|
||||
],
|
||||
"latex-workshop.latex.tools": [
|
||||
{
|
||||
"name": "tectonic",
|
||||
"command": "tectonic",
|
||||
"args": ["-X", "build", "--keep-intermediates"],
|
||||
"args": [
|
||||
"-X",
|
||||
"build",
|
||||
"--keep-intermediates",
|
||||
"--keep-logs"
|
||||
],
|
||||
"env": {}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -43,7 +43,7 @@ workbench.activity.placeholderViewlets: "[{\"id\":\"workbench.view.explorer\",\
|
|||
\"isBuiltin\":true,\"views\":[]}]"
|
||||
workbench.activityBar.location: default
|
||||
workbench.auxiliaryBar.size: "188"
|
||||
workbench.editor.languageDetectionOpenedLanguages.global: '[["html",true],["ignore",true],["ansible",true],["shellscript",true],["jinja",true],["python",true],["plaintext",true],["markdown",true],["yaml",true],["properties",true],["dockercompose",true],["dockerfile",true]]'
|
||||
workbench.editor.languageDetectionOpenedLanguages.global: '[["html",true],["ignore",true],["ansible",true],["shellscript",true],["jinja",true],["python",true],["dockerfile",true],["dockercompose",true],["yaml",true],["plaintext",true],["markdown",true],["properties",true]]'
|
||||
workbench.explorer.views.state.hidden: '[{"id":"outline","isHidden":false},{"id":"timeline","isHidden":false},{"id":"workbench.explorer.openEditorsView","isHidden":true},{"id":"workbench.explorer.fileView","isHidden":false},{"id":"npm","isHidden":true},{"id":"workbench.explorer.emptyView","isHidden":true},{"id":"ansible.lightspeed.trainingMatchPanel","isHidden":false},{"id":"ansible-content-creator","isHidden":false},{"id":"lightspeed-explorer-webview","isHidden":false},{"id":"lightspeed-feedback-webview","isHidden":false}]'
|
||||
workbench.grid.size: '{"height":754,"width":754}'
|
||||
workbench.panel.alignment: center
|
||||
|
|
Loading…
Reference in New Issue