Skip to content

Instantly share code, notes, and snippets.

View cranzy's full-sized avatar

Dimitar Dimitrov cranzy

View GitHub Profile
@cranzy
cranzy / settings.json
Created June 12, 2019 11:59 — forked from robbdimitrov/keybindings.json
Visual Studio Code settings
{
"files.exclude": {
"**/__pycache__": true,
"**/.DS_Store": true,
"**/.git": true,
"**/*.js": {
"when": "$(basename).ts"
},
"**/*.map": {
"when": "$(basename).map"