Skip to content

Instantly share code, notes, and snippets.

@joxz
Last active February 7, 2019 06:22
Show Gist options
  • Save joxz/22d34fcecd2d16887d56db6faa31b061 to your computer and use it in GitHub Desktop.
Save joxz/22d34fcecd2d16887d56db6faa31b061 to your computer and use it in GitHub Desktop.
visual studio code settings and extensions
ccy.ayu-one
dracula-theme.theme-dracula
faceair.ayu-one-dark
GitHub.vscode-pull-request-github
mohsen1.prettify-json
ms-python.python
ms-vscode.Go
okon3.ayu-miragemod
PeterJausovec.vscode-docker
piotrpalarz.vscode-gitignore-generator
PKief.material-icon-theme
teabyii.ayu
vscoss.vscode-ansible
yigituslu.iRule
zhuangtongfa.Material-theme
{
"editor.fontSize": 11,
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
"editor.minimap.enabled": false,
"editor.fontLigatures": true,
"files.hotExit": "onExitAndWindowClose",
"workbench.colorTheme": "Dracula Soft",
"terminal.integrated.fontSize": 12,
"files.autoSave": "afterDelay",
"workbench.iconTheme": "material-icon-theme",
"git.allowForcePush": true,
"editor.acceptSuggestionOnEnter": "off",
"files.eol": "\n"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment