Skip to content

Instantly share code, notes, and snippets.

@MH4GF
Created November 9, 2021 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MH4GF/5dd17bc5ef0701417d14ffe1fa700ab7 to your computer and use it in GitHub Desktop.
Save MH4GF/5dd17bc5ef0701417d14ffe1fa700ab7 to your computer and use it in GitHub Desktop.
code-server settings.json
{
"terminal.integrated.tabs.enabled": true,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"vim.insertModeKeyBindings": [
{
"before": ["j", "j"],
"after": ["<Esc>"]
}
],
"files.autoSave": "afterDelay",
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"editor.formatOnSave": true,
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.startupEditor": "none",
"redhat.telemetry.enabled": true,
"security.workspace.trust.untrustedFiles": "open"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment