Last active
March 24, 2025 23:07
-
-
Save kevinkace/e4e1dc925ac92ecff7b4fc91a51246a9 to your computer and use it in GitHub Desktop.
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
| { | |
| "[markdown]": { | |
| "files.trimTrailingWhitespace": false, | |
| "diffEditor.ignoreTrimWhitespace": false | |
| }, | |
| "[csv]": { | |
| "files.trimTrailingWhitespace": false | |
| }, | |
| "breadcrumbs.enabled": true, | |
| "cSpell.userWords": [ | |
| "anet", | |
| "animate", | |
| "animationend", | |
| "api", | |
| "apos", | |
| "arenanet", | |
| "birthdate", | |
| "bluehornet", | |
| "camelcase", | |
| "Cronos", | |
| "csv", | |
| "custval", | |
| "datetime", | |
| "dimebar", | |
| "dullfile", | |
| "Eason", | |
| "eqeqeq", | |
| "eslintignore", | |
| "ESRB", | |
| "execa", | |
| "fakeip", | |
| "fraudinfo", | |
| "gamegate", | |
| "gemstore", | |
| "guid", | |
| "guids", | |
| "guildwars", | |
| "Janthir", | |
| "jssrv", | |
| "keyframes", | |
| "mithril", | |
| "mutex", | |
| "ncplatform", | |
| "networkidle", | |
| "noreferrer", | |
| "novalidate", | |
| "onbeforeremove", | |
| "onbeforeupdate", | |
| "oncreate", | |
| "oninit", | |
| "onmatch", | |
| "onremove", | |
| "onupdate", | |
| "PEGI", | |
| "perfs", | |
| "promisify", | |
| "quaggan", | |
| "Quaggans", | |
| "Reqs", | |
| "selector", | |
| "Skus", | |
| "tivac", | |
| "transitionend", | |
| "typedefs", | |
| "unpublish", | |
| "user", | |
| "vnode", | |
| "WEBGATE", | |
| "xstate" | |
| ], | |
| "css.validate": false, | |
| "diffEditor.useInlineViewWhenSpaceIsLimited": false, | |
| "diffEditor.ignoreTrimWhitespace": true, | |
| "editor.accessibilitySupport": "off", | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll.eslint": "explicit", | |
| "eslint.alwaysShowStatus": "explicit" | |
| }, | |
| "editor.cursorStyle": "block", | |
| "editor.dragAndDrop": true, | |
| "editor.emptySelectionClipboard": false, | |
| "editor.fontFamily": "Fira Code", | |
| // "editor.fontFamily": "Monaspace Argon", | |
| // "editor.fontFamily": "B612Mono Liga NerdFont", | |
| "editor.fontLigatures": true, | |
| "editor.fontSize": 12, | |
| "editor.minimap.enabled": true, | |
| "editor.minimap.maxColumn": 40, | |
| "editor.minimap.renderCharacters": false, | |
| "editor.minimap.size": "fit", | |
| "editor.quickSuggestionsDelay": 10, | |
| "editor.renderIndentGuides": true, | |
| "editor.renderWhitespace": "all", | |
| // "editor.renderIndentGuides": true, | |
| "editor.guides.highlightActiveIndentation": true, | |
| "editor.guides.indentation": true, | |
| "editor.snippetSuggestions": "inline", | |
| "editor.tabCompletion": "on", | |
| "editor.wordWrap": "on", | |
| "eslint.enable": true, | |
| "explorer.fileNesting.enabled": true, | |
| "explorer.fileNesting.patterns": { | |
| "*.ts": "${capture}.js, ${capture}.typegen.ts", | |
| "*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts", | |
| "*.jsx": "${capture}.js", | |
| "*.tsx": "${capture}.ts, ${capture}.typegen.ts", | |
| "tsconfig.json": "tsconfig.*.json", | |
| "package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml", | |
| "*.mts": "${capture}.typegen.ts", | |
| "*.cts": "${capture}.typegen.ts" | |
| }, | |
| "files.associations": { | |
| "*.css": "postcss", | |
| ".dullfile": "javascript", | |
| "*.json": "jsonc", | |
| "*.micro": "html", | |
| "*.tmpl": "php", | |
| "*.efx": "xml", | |
| "*.sc": "cpp", | |
| ".eslintrc": "jsonc", | |
| "*.fsr": "firerules", | |
| "dev.env": "ini", | |
| "stage.env": "ini", | |
| "live.env": "ini", | |
| }, | |
| // "files.defaultLanguage": "javascript", | |
| "files.trimTrailingWhitespace": true, | |
| "git.autofetch": true, | |
| "git.confirmSync": false, | |
| "git.ignoreRebaseWarning": true, | |
| "gitlens.advanced.messages": { | |
| "suppressShowKeyBindingsNotice": true | |
| }, | |
| "github.copilot.editor.enableAutoCompletions": true, | |
| // "indentRainbow.colors": [ | |
| // "rgba(0, 0, 0, 0)", | |
| // "rgba(100, 100, 100, 0.2)" | |
| // ], | |
| // "liveServer.settings.donotShowInfoMsg": true, | |
| // "liveServer.settings.donotVerifyTags": true, | |
| // "lldb.suppressUpdateNotifications": true, | |
| "peacock.affectTabActiveBorder": true, | |
| // "perforce.addOnFileCreate": true, | |
| // "perforce.deleteOnFileDelete": true, | |
| // "perforce.editOnFileModified": true, | |
| // "perforce.editOnFileSave": true, | |
| "php.validate.executablePath": "C:\\xampp\\php\\php.exe", | |
| "playwright.reuseBrowser": true, | |
| "playwright.showTrace": false, | |
| "redhat.telemetry.enabled": false, | |
| "remote.SSH.remotePlatform": { | |
| "sea-an-comm-01": "linux" | |
| }, | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "search.exclude": { | |
| "**/node_modules": true, | |
| "**/bower_components": true, | |
| "**/Temp": true, | |
| "**/gen": true, | |
| ".eslintcache": true, | |
| }, | |
| "stylelint.enable": true, | |
| "svelte.enable-ts-plugin": true, | |
| "terminal.integrated.defaultProfile.windows": "Git Bash", | |
| "todohighlight.isCaseSensitive": false, | |
| "window.menuBarVisibility": "toggle", | |
| "window.title": "${rootName} | ${activeEditorLong} ${dirty}", | |
| "window.titleBarStyle": "custom", | |
| "window.zoomLevel": -1, | |
| "workbench.colorCustomizations": { | |
| "contrastActiveBorder": "#fff8", | |
| "editorBracketMatch.background": "#0f03", | |
| "editorBracketMatch.border": "#0f08", | |
| "editorIndentGuide.activeBackground1": "#0f06", | |
| "editorIndentGuide.activeBackground2": "#0f06", | |
| "editorIndentGuide.activeBackground3": "#0f06", | |
| "editorIndentGuide.activeBackground4": "#0f06", | |
| "editorIndentGuide.activeBackground5": "#0f06", | |
| "editorIndentGuide.activeBackground6": "#0f06", | |
| "editorCursor.foreground": "#fff9", | |
| "editorCursor.background": "#000", | |
| "editor.findMatchBorder": "#0f06", | |
| "editor.findMatchHighlightBorder": "#0f09", | |
| "editor.findMatchBackground": "#0f06", | |
| "editor.lineHighlightBackground": "#fff2", | |
| "editor.selectionBackground": "#f777", | |
| "editorLineNumber.activeForeground": "#f44", | |
| "editorOverviewRuler.wordHighlightStrongForeground": "#f009", | |
| "scrollbarSlider.activeBackground": "#9999", | |
| "scrollbarSlider.hoverBackground": "#9999", | |
| "scrollbarSlider.background": "#9999", | |
| "tab.activeBorder": "#00ccff", | |
| "titleBar.activeBackground": "#222", | |
| }, | |
| "workbench.editor.enablePreview": true, | |
| "workbench.editor.enablePreviewFromQuickOpen": true, | |
| "workbench.editorAssociations": { | |
| "*.copilotmd": "vscode.markdown.preview.editor", | |
| "*.svg": "default" | |
| }, | |
| "workbench.activityBar.location": "top", | |
| "workbench.colorTheme": "Sweet Dracula", | |
| "workbench.iconTheme": "material-icon-theme", | |
| // "workbench.list.openMode": "doubleClick", | |
| "workbench.settings.editor": "json", | |
| "workbench.startupEditor": "newUntitledFile" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment