{ "git.ignoreLimitWarning": true, "editor.tabCompletion": "on", "diffEditor.codeLens": true, "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, "**/Thumbs.db": true, "**/.git/objects/**": true, "**/*~": true, "**/*~/**": true, "**/~*": true, "**/~*/**": true }, "workspace.isHidden": true }