{ //!Settings of Oh My Zsh "terminal.integrated.shell.linux": "/bin/zsh", "terminal.integrated.shell.osx": "/bin/zsh", "terminal.integrated.fontFamily": "'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback', 'PowerlineSymbols'", // "workbench.colorTheme": "Monokai", "editor.fontSize": 15, "editor.lineHeight": 26, "editor.tabSize": 2, "editor.tabCompletion": "on", "editor.wordWrap": "on", "workbench.startupEditor": "newUntitledFile", "liveServer.settings.donotShowInfoMsg": true, "liveServer.settings.donotVerifyTags": true, "editor.formatOnSave": true, "html.autoClosingTags": false, "editor.autoClosingBrackets": "always", "editor.autoClosingQuotes": "always", "editor.minimap.renderCharacters": false, // "breadcrumbs.enabled": false, //Show the tree of opened documents "telemetry.enableCrashReporter": false, "telemetry.enableTelemetry": false, "prettier.trailingComma": "all", "html.format.wrapAttributes": "auto", "html.format.wrapLineLength": 0, "[html]": { "editor.defaultFormatter": "vscode.html-language-features" } }