{ "editor.tabCompletion": "on", "editor.minimap.enabled": false, "workbench.activityBar.visible": true, "editor.autoIndent": "full", "workbench.editor.enablePreview": false, "workbench.colorCustomizations": { "editorCursor.foreground": "#ffffff", "editorBracketMatch.border": "#555555" }, "workbench.startupEditor": "newUntitledFile", "editor.cursorBlinking": "smooth", "editor.wordWrap": "on", "workbench.colorTheme": "Mourning", "terminal.integrated.fontFamily": "'Input Mono', 'Courier New', monospace", "editor.fontFamily": "'Input Mono', 'Courier New', monospace", "terminal.integrated.fontSize": 13.7, "editor.cursorStyle": "line-thin", "editor.renderLineHighlight": "gutter", "terminal.integrated.cursorStyle": "line", "editor.scrollBeyondLastLine": false, "workbench.sideBar.location": "right", "files.autoSave": "off", "terminal.integrated.cursorBlinking": true, "prettier.tabWidth": 4, "[typescript]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, "[json]": { "editor.defaultFormatter": "vscode.json-language-features" }, "workbench.iconTheme": "file-icons-colourless", "explorer.compactFolders": false, "explorer.decorations.colors": false, "editor.fontSize": 13.7, "window.zoomLevel": 0, "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\wsl.exe" }