Update settings from , profile « main »
parent
e419607e8f
commit
ad7f9c04f5
|
@ -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}} »"
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue