Skip to content

Instantly share code, notes, and snippets.

@jukbot
Created May 20, 2020 23:10
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 jukbot/acfbfec8887d29f571b3b299c3e88db8 to your computer and use it in GitHub Desktop.
Save jukbot/acfbfec8887d29f571b3b299c3e88db8 to your computer and use it in GitHub Desktop.
my vscode settings
{
"workbench.iconTheme": "vscode-icons",
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.implicitProjectConfig.experimentalDecorators": true,
"workbench.colorTheme": "Dracula Soft",
"explorer.confirmDelete": false,
"terminal.integrated.shell.osx": "/usr/local/bin/fish",
"sync.autoUpload": true,
"sync.gist": "jukbot",
"files.autoSave": "onFocusChange",
"editor.fontLigatures": true,
"editor.smoothScrolling": true,
"editor.cursorSmoothCaretAnimation": true,
"editor.tabCompletion": "onlySnippets",
"editor.fontFamily": "Jetbrains Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.semanticHighlighting.enabled": false,
"explorer.confirmDragAndDrop": false,
"merge-conflict.autoNavigateNextConflict.enabled": true,
"git.enableSmartCommit": true,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment