Last active
July 17, 2024 16:14
-
-
Save shrekuu/b390cb20300eb27a589379279c590925 to your computer and use it in GitHub Desktop.
VS Code Config 2024-07-18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your key bindings in this file to override the defaultsauto[] | |
[ | |
{ | |
"key": "alt+cmd+z", | |
"command": "git.revertSelectedRanges" | |
}, | |
{ | |
"key": "ctrl+tab", | |
"command": "workbench.action.nextEditor" | |
}, | |
{ | |
"key": "ctrl+shift+tab", | |
"command": "workbench.action.previousEditor" | |
}, | |
{ | |
"key": "ctrl+up", | |
"command": "cursorMove", | |
"args": { | |
"to": "up", | |
"by": "line", | |
"value": 10 | |
}, | |
"when": "editorTextFocus" | |
}, | |
{ | |
"key": "ctrl+down", | |
"command": "cursorMove", | |
"args": { | |
"to": "down", | |
"by": "line", | |
"value": 10 | |
}, | |
"when": "editorTextFocus" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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", | |
"*.conf": "nginx", | |
"*.tmpl": "html" | |
}, | |
"[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": 20, | |
"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", | |
"allofme", | |
"AMAP", | |
"antd", | |
"Apifox", | |
"arbitrum", | |
"ARWEAVE", | |
"aspecta", | |
"aspectad", | |
"atyp", | |
"Autolinker", | |
"behance", | |
"berachain", | |
"BICONOMY", | |
"bignumber", | |
"Bigtable", | |
"buidling", | |
"clsx", | |
"colorjs", | |
"Colour", | |
"colours", | |
"daisyui", | |
"Datepicker", | |
"debugbar", | |
"dingning", | |
"dont", | |
"Drinkware", | |
"easscan", | |
"echarts", | |
"Entypo", | |
"flowbite", | |
"Fontisto", | |
"freshchat", | |
"fullname", | |
"gtag", | |
"gugi", | |
"hackathon", | |
"hackathons", | |
"hasura", | |
"hookform", | |
"Hookstate", | |
"iconify", | |
"immer", | |
"incoterms", | |
"instacart", | |
"Ionicons", | |
"IPFS", | |
"JSAPI", | |
"kaiti", | |
"keycloak", | |
"Laravel", | |
"leaderboard", | |
"linea", | |
"linwise", | |
"luxon", | |
"metaverse", | |
"Millis", | |
"Missable", | |
"neutralgray", | |
"neutralvariant", | |
"nprogress", | |
"Nuxt", | |
"Offchain", | |
"okxwallet", | |
"opengraph", | |
"organisation", | |
"organisations", | |
"pageview", | |
"paginafy", | |
"participations", | |
"pinia", | |
"pkey", | |
"pokemons", | |
"Popconfirm", | |
"preact", | |
"Pressable", | |
"qrcode", | |
"rehype", | |
"renderable", | |
"Roboto", | |
"SAMEORIGIN", | |
"Scroller", | |
"Searchbar", | |
"semibold", | |
"Sendbird", | |
"sepolia", | |
"signup", | |
"simplebar", | |
"siwe", | |
"socialaccount", | |
"sociallogin", | |
"stackexchange", | |
"stackoverflow", | |
"Streamable", | |
"swiper", | |
"tabbar", | |
"taiko", | |
"tailwindcss", | |
"Toastify", | |
"todos", | |
"TSCM", | |
"twrnc", | |
"umijs", | |
"uncategorized", | |
"Unfollow", | |
"unoptimized", | |
"upsert", | |
"Upvote", | |
"Vheo", | |
"viem", | |
"Vite", | |
"Wagmi", | |
"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:", "NOTE:"], | |
"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, | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.formatOnType": true, | |
"tailwindCSS.classAttributes": ["class", "className", "ngClass", "style", "contentClassName", "tw", "titleClassName"], | |
"[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" | |
}, | |
"liveServer.settings.donotVerifyTags": true, | |
"git.openRepositoryInParentFolders": "always", | |
"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 | |
}, | |
"files.exclude": { | |
".next": true, | |
".vscode": true, | |
"build": true, | |
"dist": true | |
}, | |
"search.exclude": { | |
"package-lock.json": true, | |
"package.json": true, | |
"pnpm-lock.yaml": true, | |
"yarn.lock": true | |
}, | |
"terminal.integrated.env.osx": {}, | |
"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, | |
"vs-slug.customReplacements": [ | |
["&", " and "], | |
["\"", ""], | |
["'", ""], | |
["’", ""] | |
], | |
"markdown.extension.syntax.decorationFileSizeLimit": 100000, | |
"http.proxy": "socks5://127.0.0.1:7890", | |
// "explorer.autoReveal": "focusNoScroll", | |
"explorer.autoRevealExclude": { | |
"**/vendor": true | |
}, | |
"editor.suggest.snippetsPreventQuickSuggestions": true, | |
"workbench.editorAssociations": { | |
"*.ico": "imagePreview.previewEditor", | |
"*.jpg": "imagePreview.previewEditor" | |
}, | |
"explorer.compactFolders": false, | |
"workbench.editor.empty.hint": "hidden", | |
"[solidity]": { | |
"editor.defaultFormatter": "JuanBlanco.solidity" | |
}, | |
"editor.wordWrapColumn": 200, | |
"prettier.printWidth": 200, | |
"solidity.telemetry": false, | |
// "workbench.tree.expandMode": "doubleClick", | |
"tailwind-fold.autoFold": false, | |
"workbench.editor.tabActionCloseVisibility": false, | |
"typescript.suggest.paths": false, | |
"javascript.suggest.paths": false, | |
"rest-client.excludeHostsForProxy": ["localhost", "aspecta.id", "local.aspecta.id", "staging.aspecta.id", "local.staging.aspecta.id", "dev.aspecta.id", "local.dev.aspecta.id"], | |
"[yaml]": { | |
"editor.insertSpaces": true, | |
"editor.tabSize": 2, | |
"editor.autoIndent": "advanced", | |
"diffEditor.ignoreTrimWhitespace": false | |
}, | |
"codeium.enableCodeLens": "hide_x", | |
"editor.wordWrap": "on", | |
"workbench.colorTheme": "Atom One Light", | |
"iconify.color": "#333", | |
"svelte.enable-ts-plugin": true, | |
"search.followSymlinks": false, | |
"chat.editor.fontSize": 14, | |
"markdown.preview.fontSize": 15, | |
"github.copilot.editor.enableAutoCompletions": true, | |
"workbench.iconTheme": "material-icon-theme", | |
"gitlens.ai.experimental.model": "openai:gpt-4o", | |
"editor.fontSize": 14, | |
"Codegeex.Privacy": false, | |
"baidu.comate.username": "bond" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment