Untitled
unknown
plain_text
4 years ago
1.7 kB
4
Indexable
{ "window.zoomLevel": 2, "workbench.startupEditor": "newUntitledFile", "workbench.colorTheme": "Dracula Soft", "editor.fontFamily": "Fira Code", "editor.fontLigatures": true, "editor.fontSize": 14, "editor.lineHeight": 22, "workbench.iconTheme": "material-icon-theme", "editor.rulers": [ 80, 120 ], "explorer.compactFolders": false, "editor.renderLineHighlight": "gutter", "editor.tabSize": 2, "terminal.integrated.fontSize": 14, "emmet.includeLanguages": { "javascript": "javascriptreact" }, "emmet.syntaxProfiles": { "javascript": "jsx" }, "javascript.updateImportsOnFileMove.enabled": "never", "editor.parameterHints.enabled": false, "breadcrumbs.enabled": true, "javascript.suggest.autoImports": false, "git.confirmSync": false, "explorer.confirmDelete": false, "editor.formatOnSave": false, "explorer.confirmDragAndDrop": false, "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "[javascript]": { "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, }, "[javascriptreact]": { "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "editor.defaultFormatter": "esbenp.prettier-vscode", }, "[typescript]": { "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, }, "[typescriptreact]": { "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, }, "liveshare.presence": false, "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "workbench.statusBar.visible": true, "cSpell.userWords": [ "LANDINGPAGE", "pomodoro" ], "liquid.format": true, }
Editor is loading...