Files
code-server/settings.json
2021-03-01 23:21:21 -05:00

8 lines
167 B
JSON

{
"workbench.colorTheme": "Default Dark+",
"git.postCommitCommand": "sync",
"git.enableSmartCommit": true,
"git.confirmSync": false,
"git.autofetch": true
}