Skip to content

Instantly share code, notes, and snippets.

@goodGid
Last active June 15, 2021 07:52
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 goodGid/ac1ffdd0d0f92b6c85d622a0a4b9836b to your computer and use it in GitHub Desktop.
Save goodGid/ac1ffdd0d0f92b6c85d622a0a4b9836b to your computer and use it in GitHub Desktop.
settings.json
{
"files.exclude": {
".deploy_git/*": true,
"db.json": true,
"public/*": true
},
"[markdown]": {
"editor.quickSuggestions": true
},
"window.zoomLevel": 1,
"pasteImage.path": "${currentFileDir}/images",
"pasteImage.namePrefix": "${currentFileNameWithoutExt}-",
"workbench.editor.untitled.hint": "hidden"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment