{ "workbench.activityBar.visible": true, "workbench.iconTheme": "vscode-icons", "window.menuBarVisibility": "default", "editor.minimap.enabled": true, "cssrem.rootFontSize": 75, "workbench.colorTheme": "Atom One Dark", "editor.fontSize": 16, "liveServer.settings.donotShowInfoMsg": true, "editor.cursorStyle": "block", "editor.fontFamily": "Fira Code", "editor.fontLigatures": true, "editor.lineHeight": 24, "editor.lineNumbers": "on", "editor.rulers": [ 120 ], "auto-close-tag.SublimeText3Mode": true, "vsicons.dontShowNewVersionMessage": true, "[javascript]": { }, "window.zoomLevel": 0, "javascript.implicitProjectConfig.experimentalDecorators": true, "Scss2Css.compileAfterSave": true, "fileheader.Author": "poetryxie", "fileheader.LastModifiedBy": "poetryxie", "todohighlight.isEnable": false, "workbench.startupEditor": "newUntitledFile", "explorer.confirmDragAndDrop": false, "gitlens.advanced.messages": { "suppressCommitHasNoPreviousCommitWarning": false, "suppressCommitNotFoundWarning": false, "suppressFileNotUnderSourceControlWarning": false, "suppressGitVersionWarning": false, "suppressLineUncommittedWarning": false, "suppressNoRepositoryWarning": false, "suppressUpdateNotice": false, "suppressWelcomeNotice": true } }
|