Skip to content

Instantly share code, notes, and snippets.

@shrekuu
Created July 23, 2023 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrekuu/b390cb20300eb27a589379279c590925 to your computer and use it in GitHub Desktop.
Save shrekuu/b390cb20300eb27a589379279c590925 to your computer and use it in GitHub Desktop.
VS Code Config 2023-07-23
{
"editor.fontFamily": "'Fira Code', Monaco, Menlo, Consolas, 'PingFang SC', 'Yahei Consolas Hybrid', 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.scrollBeyondLastLine": false,
"terminal.integrated.fontFamily": "'MesloLGS NF', 'Fira Code',Monaco, Menlo, Consolas, 'PingFang SC', 'Yahei Consolas Hybrid', 'Courier New', monospace",
"terminal.integrated.fontSize": 15,
"emmet.includeLanguages": {
"smarty": "html"
},
"emmet.triggerExpansionOnTab": true,
"files.associations": {
"*.js": "javascript"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.renameOnType": true,
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"explorer.confirmDragAndDrop": false,
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.tree.indent": 18,
"window.title": "${activeFolderLong}${separator}${rootName}",
"editor.renderWhitespace": "boundary",
"security.workspace.trust.banner": "never",
"editor.quickSuggestions": {
"strings": true
},
"editor.unicodeHighlight.nonBasicASCII": false,
"workbench.editor.autoLockGroups": {},
"extensions.autoCheckUpdates": false,
"cSpell.userWords": [
"adsbygoogle",
"ahooks",
"allauth",
"AMAP",
"antd",
"Apifox",
"arbitrum",
"aspecta",
"aspectad",
"behance",
"Bigtable",
"buidling",
"clsx",
"Colour",
"colours",
"daisyui",
"Datepicker",
"Drinkware",
"easscan",
"echarts",
"Entypo",
"flowbite",
"Fontisto",
"freshchat",
"fullname",
"gtag",
"gugi",
"hackathon",
"hackathons",
"hasura",
"Hookstate",
"iconify",
"immer",
"incoterms",
"instacart",
"Ionicons",
"IPFS",
"JSAPI",
"Laravel",
"leaderboard",
"linwise",
"luxon",
"metaverse",
"neutralgray",
"neutralvariant",
"Nuxt",
"Offchain",
"organisation",
"organisations",
"pageview",
"pinia",
"pkey",
"pokemons",
"preact",
"Pressable",
"qrcode",
"rehype",
"Scroller",
"Searchbar",
"semibold",
"sepolia",
"signup",
"simplebar",
"socialaccount",
"sociallogin",
"stackexchange",
"stackoverflow",
"Streamable",
"swiper",
"tabbar",
"todos",
"TSCM",
"twrnc",
"Unfollow",
"upsert",
"Upvote",
"Vite",
"Waitlist",
"webp",
"wechat",
"Zocial",
"zustand"
],
"[php]": {
"editor.defaultFormatter": "DEVSENSE.phptools-vscode"
},
"markdown-preview-github-styles.colorTheme": "light",
"workbench.tree.renderIndentGuides": "always",
"volar.codeLens.references": false,
"html.hover.references": false,
"css.hover.references": false,
"less.hover.references": false,
"scss.hover.references": false,
"editor.inlineSuggest.enabled": true,
"todohighlight.keywords": ["WARNING", "DEBUG", "MOCK", "BUG"],
"telemetry.telemetryLevel": "off",
"editor.wrappingIndent": "indent",
"remote.SSH.remotePlatform": {
"linwise.com": "linux",
"linwise": "linux"
},
"editor.accessibilitySupport": "off",
"editor.copyWithSyntaxHighlighting": false,
"workbench.startupEditor": "none",
"html.format.wrapAttributes": "force-aligned",
"bladeFormatter.format.wrapAttributes": "force-aligned",
"html.format.wrapLineLength": 0,
"bladeFormatter.format.wrapLineLength": 0,
"extensions.ignoreRecommendations": true,
"editor.tabSize": 2,
"security.workspace.trust.untrustedFiles": "open",
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"window.newWindowDimensions": "maximized",
"editor.fontWeight": "normal",
"liveServer.settings.donotShowInfoMsg": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javacriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"workbench.editor.untitled.hint": "hidden",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnType": true,
"tailwindCSS.classAttributes": [
"class",
"className",
"ngClass",
"style",
"contentClassName"
],
"[NGINX]": {
"editor.defaultFormatter": "hangxingliu.vscode-nginx-conf-hint"
},
"[handlebars]": {
"editor.defaultFormatter": "mfeckies.handlebars-formatter"
},
"emmet.showSuggestionsAsSnippets": true,
"editor.minimap.showSlider": "always",
"svg.preview.mode": "svg",
"svg.preview.autoShow": true,
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"[nginx]": {
"editor.defaultFormatter": "ahmadalli.vscode-nginx-conf"
},
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"liveServer.settings.donotVerifyTags": true,
"git.openRepositoryInParentFolders": "never",
"nginx-conf-hint.externalModules": [],
"auto-rename-tag.activationOnLanguage": ["*"],
"[xml]": {
"editor.defaultFormatter": "mikeburgh.xml-format"
},
"prettier.useEditorConfig": false,
"workbench.editor.tabCloseButton": "off",
"terminal.external.osxExec": "Iterm2.app",
"terminal.integrated.scrollback": 2000,
"tabnine.experimentalAutoImports": true,
"github.copilot.enable": {
"*": true,
"plaintext": true,
"markdown": true,
"scminput": false,
"yaml": false
},
"workbench.colorTheme": "Atom One Light",
"aws.telemetry": false,
"files.exclude": {
".next": true,
".vscode": true
},
"search.exclude": {
"package-lock.json": true,
"package.json": true,
"yarn.lock": true
},
"terminal.integrated.env.osx": {},
"vsicons.dontShowNewVersionMessage": true,
"tailwindCSS.emmetCompletions": true,
"slugify-filename.separator": "-",
// "gitlens.currentLine.enabled": false,
// "gitlens.statusBar.enabled": false,
// "gitlens.showWelcomeOnInstall": false,
// "gitlens.showWhatsNewAfterUpgrades": false,
// "gitlens.currentLine.pullRequests.enabled": false,
"console-ninja.showWhatsNew": false,
"editor.fontSize": 14,
"vs-slug.customReplacements": [
["&", " and "],
["'", ""],
["\"", ""],
["’", ""]
],
"prettier.resolveGlobalModules": true,
"markdown.extension.syntax.decorationFileSizeLimit": 100000,
"workbench.iconTheme": "material-icon-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment