From ad7f9c04f5ab155006ba541d8e8fa36c2809d100 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sat, 13 Jan 2024 00:00:03 +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 | 3 +-- profiles/main/data/ui-state.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 79189a4..cd789ab 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -25,6 +25,5 @@ "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}} »", - "window.zoomLevel": 1 + "syncSettings.gitUpdateMessage": "Update settings from {{hostname}}, profile « {{profile}} »" } \ No newline at end of file diff --git a/profiles/main/data/ui-state.yml b/profiles/main/data/ui-state.yml index 254845a..c6b4bc2 100644 --- a/profiles/main/data/ui-state.yml +++ b/profiles/main/data/ui-state.yml @@ -55,7 +55,7 @@ workbench.activity.placeholderViewlets: "[{\"id\":\"workbench.view.explorer\",\ rofiles\",\"isBuiltin\":true,\"views\":[]}]" workbench.activityBar.location: side workbench.auxiliaryBar.size: "188" -workbench.editor.languageDetectionOpenedLanguages.global: '[["ini",true],["dockercompose",true],["css",true],["javascript",true],["html",true],["properties",true],["jinja",true],["jsonc",true],["yaml",true],["plaintext",true],["python",true],["markdown",true]]' +workbench.editor.languageDetectionOpenedLanguages.global: '[["dockercompose",true],["css",true],["javascript",true],["html",true],["properties",true],["jinja",true],["jsonc",true],["yaml",true],["plaintext",true],["python",true],["dockerfile",true],["markdown",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}]' workbench.grid.size: '{"height":754,"width":754}' workbench.panel.alignment: center