{ "window.titleBarStyle": "custom", "workbench.startupEditor": "newUntitledFile", "workbench.iconTheme": "vscode-icons", "workbench.statusBar.visible": true, "workbench.colorTheme": "One Dark Pro", "files.eol": "\n", "eslint.run": "onSave", "eslint.validate": [ "javascript", "javascriptreact", "vue", "typescript", "typescriptreact" ], "editor.formatOnSave": false, "editor.renderWhitespace": "boundary", // sync "sync.gist": "2a23b3ed273fed79ea4d8af234d7fcc3", "sync.autoDownload": false, "sync.autoUpload": false, "sync.forceDownload": false, "sync.quietSync": false, "sync.removeExtensions": false, "sync.syncExtensions": true, "sync.forceUpload": true, // vim "vim.easymotion": true, // "vim.useSystemClipboard": true, "vim.hlsearch": true, "vim.useCtrlKeys": true, "vim.handleKeys": { "": false, "": false, "": false }, "vim.normalModeKeyBindingsNonRecursive": [ { "before": [ "z", "m" ], "after": [], "commands": [ { "command": "editor.foldAll", "args": [] } ] }, { "before": [ "z", "n" ], "after": [], "commands": [ { "command": "editor.unfoldAll", "args": [] } ] }, { "before": [ "z", "c" ], "after": [], "commands": [ { "command": "editor.foldRecursively", "args": [] } ] }, { "before": [ "z", "v" ], "after": [], "commands": [ { "command": "editor.unfoldRecursively", "args": [] } ] }, { "before": [ "=" ], "after": [], "commands": [ { "command": "editor.action.formatSelection", "args": [] } ] } ], "editor.rulers": [ 80, 100, 120 ], "javascript.updateImportsOnFileMove.enabled": "always", "explorer.confirmDelete": false, "files.associations": { "*.cjson": "jsonc", "*.wxss": "css", "*.wxs": "javascript" }, "emmet.includeLanguages": { "wxml": "html" }, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": false }, "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[vue]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "explorer.confirmDragAndDrop": false, // todo tree "todo-tree.general.tags": [ "TODO", "FIXME", "NOTE", "DONE", "[ ]", "[x]" ], "todo-tree.highlights.customHighlight": { "TODO": { "icon": "check", "background": "#f7b731", "rulerColour": "#f7b731", "iconColour": "#f7b731" }, "[ ]": { "icon": "check", "background": "#f7b731", "rulerColour": "#f7b731", "iconColour": "#f7b731" }, "FIXME": { "icon": "beaker", "background": "#eb3b5a", "rulerColour": "#eb3b5a", "iconColour": "#eb3b5a" }, "DONE": { "icon": "issue-closed", "background": "#20bf6b", "rulerColour": "#20bf6b", "iconColour": "#20bf6b" }, "[x]": { "icon": "issue-closed", "background": "#20bf6b", "rulerColour": "#20bf6b", "iconColour": "#20bf6b" }, "NOTE": {} }, "todo-tree.highlights.defaultHighlight": { "type": "tag", "foreground": "#fff", "icon": "comment", "background": "#0fb9b1", "rulerColour": "#0fb9b1", "iconColour": "#0fb9b1" }, "todo-tree.regex.regex": "(//|#|