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