Created
July 9, 2020 12:56
-
-
Save arinthros/777204054fc2c608ebd83b53f3c8f834 to your computer and use it in GitHub Desktop.
VSCode settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.rendererType": "dom", | |
"emmet.includeLanguages": { | |
"erb": "html", | |
"ruby": "html", | |
"html.erb": "html", | |
"javascript": "javascriptreact", | |
"marko": "html" | |
}, | |
"emmet.triggerExpansionOnTab": true, | |
"editor.wordWrap": "on", | |
"terminal.integrated.shell.osx": "/bin/zsh", | |
"explorer.confirmDelete": false, | |
"editor.tabSize": 2, | |
"editor.detectIndentation": false, | |
"cSpell.userWords": [ | |
"fastify", | |
"labelledby", | |
"lifechurch", | |
"marko", | |
"testid", | |
"tupos", | |
"usfm", | |
"youversion" | |
], | |
"window.zoomLevel": -1, | |
"explorer.confirmDragAndDrop": false, | |
"editor.fontFamily": "'JetBrains Mono', Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontSize": 13, | |
"editor.fontLigatures": true, | |
"workbench.colorTheme": "Gruvbox Dark (Medium)", | |
"workbench.iconTheme": "vscode-icons", | |
"editor.minimap.enabled": false, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment