{ "files.associations": { "*.html": "jinja-html" }, "editor.renderControlCharacters": false, "editor.insertSpaces": true, "editor.renderWhitespace": "boundary", "editor.smoothScrolling": true, "editor.suggestSelection": "first", "workbench.startupEditor": "newUntitledFile", "workbench.iconTheme": "vscode-icon-theme", "workbench.secondarySideBar.defaultVisibility": "hidden", "breadcrumbs.enabled": false, "window.titleBarStyle": "custom", "explorer.compactFolders": false, "git.openRepositoryInParentFolders": "always", "terminal.integrated.defaultProfile.windows": "Command Prompt", "search.exclude": { "**/node_modules": true, "**/bower_components": true, "**/env": true, "**/venv": true }, "files.watcherExclude": { "**/.git/objects/**": true, "**/.git/subtree-cache/**": true, "**/node_modules/**": true, "**/env/**": true, "**/venv/**": true, "env-*": true }, }