{
"tabnine.experimentalAutoImports": true,
"todo-tree.tree.showScanModeButton": false,
"workbench.colorTheme": "Monokai",
"workbench.iconTheme": "vscode-icons",
"terminal.integrated.defaultProfile.osx": "zsh",
"window.commandCenter": true,
"easycode.userEmail": "038c00c0f8fd@drmail.in",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"editor.fontSize": 16,
"workbench.colorCustomizations": {
"editor.background": "#0f0909",
"tab.activeBorder": "#F44336"
},
"editor.tokenColorCustomizations": {
},
"terminal.integrated.fontSize": 14,
"files.autoSave": "onWindowChange",
"fileheader.customMade": {
"Author": "Rainy [https://github.com/rain120]",
"Date": "Do not edit",
"LastEditors": "Rainy",
"LastEditTime": "Do not edit"
},
"fileheader.configObj": {
"createHeader": false,
"autoAdd": false,
"autoAlready": false
},
"javascript.updateImportsOnFileMove.enabled": "always",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.implicitProjectConfig.experimentalDecorators": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/bower_components": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/tmp/**": true,
"**/bower_components/**": true,
"**/dist/**": true
},
"search.exclude": {
"!/system/**/*.ps*": true,
"**/node_modules": false,
"system/": true
},
"search.useIgnoreFiles": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"tslint.autoFixOnSave": true,
"diffEditor.ignoreTrimWhitespace": false,
"editor.columnSelection": false,
"editor.multiCursorModifier": "alt",
"todo-tree.tree.autoRefresh": true,
"todo-tree.general.tags": [
"TODO:",
"HOTFIX:",
"BUGFIX",
"DONE:",
"NOTE:",
"INFO:",
"LINK_TO",
"TAG",
"N.B.",
"HACK"
],
"todo-tree.highlights.defaultHighlight": {
"gutterIcon": true
},
"todo-tree.highlights.customHighlight": {
"TODO:": {
"foreground": "#fff",
"background": "#ffbd2a",
"iconColour": "#ffbd2a"
},
"HOTFIX:": {
"foreground": "#fff",
"background": "#f06292",
"icon": "flame",
"iconColour": "#f06292"
},
"DONE": {
"background": "#2BBE4E",
"icon": "issue-closed",
"rulerColour": "#2BBE4E",
"iconColour": "#2BBE4E"
},
"INFO:": {
"foreground": "#fff",
"background": "#3f83f8",
"icon": "info",
"iconColour": "#3f83f8"
},
"LINK_TO:": {
"foreground": "#fff",
"background": "#3f33f8",
"icon": "info",
"iconColour": "#3f33f8"
},
"NOTE:": {
"foreground": "#fff",
"background": "#3f83f8",
"icon": "note",
"iconColour": "#3f83f8"
},
"TAG": {
"foreground": "#fff",
"background": "#03A9F4",
"icon": "tag",
"rulerColour": "#03A9F4",
"iconColour": "#03A9F4",
"rulerLane": "full"
},
"BUGFIX": {
"foreground": "#fff",
"background": "#ee3c2c",
"icon": "bug",
"rulerColour": "#ee3c2c",
"iconColour": "#ee3c2c",
"rulerLane": "full"
},
"N.B.": {
"foreground": "#fff",
"background": "#ffbd2a",
"icon": "shield",
"rulerColour": "#ffbd2a",
"iconColour": "#ffbd2a",
"rulerLane": "full"
},
"HACK": {
"foreground": "#fff",
"background": "#cb2431",
"icon": "thumbsdown",
"rulerColour": "#cb2431",
"iconColour": "#cb2431",
"rulerLane": "full"
}
},
"eslint.autoFixOnSave": false,
"prettier.useEditorConfig": false,
"prettier.printWidth": 100,
"prettier.tabWidth": 4,
"prettier.useTabs": false,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.proseWrap": "preserve",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": false,
"prettier.disableLanguages": ["vue"],
"prettier.endOfLine": "auto",
"prettier.htmlWhitespaceSensitivity": "ignore",
"prettier.ignorePath": ".prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.requireConfig": false,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.autofetch": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"timeline.pageSize": 0,
"search.actionsPosition": "right",
"cSpell.userWords": ["Mobx", "customizer"],
"leetcode.endpoint": "leetcode-cn",
"leetcode.workspaceFolder": "",
"leetcode.defaultLanguage": "javascript",
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (EEx)",
"HTML (Eex)",
"plist"
],
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.renameOnType": true,
"terminal.integrated.defaultProfile.windows": "Git Bash",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true
},
"editor.inlineSuggest.enabled": true,
"explorer.confirmDelete": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": false
},
"reactSnippets.settings.prettierEnabled": true,
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"editor.accessibilitySupport": "off",
"scm.defaultViewMode": "tree",
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.editorAssociations": {
"*.vsix": "default"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.unicodeHighlight.allowedLocales": {
"zh-hant": true
},
"workbench.editor.enablePreview": false,
"git.mergeEditor": false,
"editor.stickyScroll.enabled": true,
"extensions.supportUntrustedWorkspaces": {
"byted-ide.dev-environment-manager": {
"supported": true
}
},
"remote.SSH.defaultExtensions": [
"byted-ide.gallery"
],
"Codegeex.Privacy": false
}