{ "editor.fontFamily": "Liga Liberation Mono", "editor.fontLigatures": true, "editor.fontSize": 12, "editor.fontWeight": 400, "editor.formatOnPaste": false, "editor.wordWrap": "on", "editor.cursorBlinking": "smooth", "editor.smoothScrolling": true, "editor.formatOnSave": true, "editor.bracketPairColorization.enabled": true, "terminal.integrated.fontFamily": "Liga Liberation Mono", "terminal.integrated.fontSize": 11, "terminal.integrated.fontWeight": "400", "terminal.integrated.tabs.enabled": true, "debug.console.fontFamily": "Liga Liberation Mono", "debug.console.fontSize": 12, "explorer.confirmDelete": false, "workbench.list.smoothScrolling": true, "workbench.startupEditor": "none", "workbench.colorCustomizations": { "scrollbar.shadow": "#ffffff00" }, "workbench.iconTheme": "material-icon-theme", "npm.enableRunFromFolder": true, "security.workspace.trust.untrustedFiles": "open", "files.trimFinalNewlines": true, "vim.statusBarColorControl": false, "vim.leader": "/", "vim.useSystemClipboard": true, "vim.highlightedyank.enable": true, "vim.highlightedyank.color": "#18e00040", "todo-tree.highlights.defaultHighlight": { "icon": "flame", "type": "text", "foreground": "#e0800980", "gutterIcon": true, "opacity": 50, "iconColour": "#e08009" }, "markdown.styles": ["markdown-styles.css"], "markdown-preview-github-styles.colorTheme": "light", "liveServer.settings.donotShowInfoMsg": true, "explorer.confirmDragAndDrop": false, "[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "editor.tokenColorCustomizations": { "textMateRules": [ { "scope": "comment", "settings": { "fontStyle": "" } } ] }, "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "editor.minimap.enabled": true, "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[javascriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "gitlens.advanced.messages": { "suppressGitMissingWarning": true }, "[shellscript]": { "editor.defaultFormatter": "foxundermoon.shell-format" }, "workbench.colorTheme": "Alien Blood ", "window.titleBarStyle": "custom" }