Skip to content

Instantly share code, notes, and snippets.

@Jossdz
Created May 21, 2025 15:43
Show Gist options
  • Save Jossdz/29f17421a99f28262efb2ebea3f503af to your computer and use it in GitHub Desktop.
Save Jossdz/29f17421a99f28262efb2ebea3f503af to your computer and use it in GitHub Desktop.
settings.json
{
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.accessibilitySupport": "off",
"editor.cursorBlinking": "solid",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorStyle": "line",
"editor.cursorWidth": 3,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontFamily": "'Monaspace Argon', monospace",
"editor.fontLigatures": "'calt', 'liga', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'ss09'",
"editor.fontSize": 12,
"editor.fontWeight": "400",
"editor.formatOnType": false,
"editor.inlineSuggest.enabled": true,
"editor.largeFileOptimizations": false,
"editor.linkedEditing": true,
"editor.stickyScroll.enabled": true,
"editor.tabSize": 2,
"editor.unicodeHighlight.ambiguousCharacters": false,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"eslint.workingDirectories": [
"services/fanhub",
"services/mobile-app",
"services/_v2/quests"
],
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"explorer.fileNesting.enabled": true,
"files.autoSave": "onFocusChange",
"git.allowNoVerifyCommit": true,
"git.autofetch": true,
"git.confirmNoVerifyCommit": false,
"importCost.mediumPackageSize": 50,
"importCost.smallPackageSize": 10,
"javascript.updateImportsOnFileMove.enabled": "always",
"redhat.telemetry.enabled": false,
"security.workspace.trust.untrustedFiles": "open",
"settingsSync.ignoredExtensions": ["ms-vscode-remote.remote-wsl"],
"totalTypeScript.hiddenTips": [
"typing-function-parameters",
"basic-types",
"function-return-type",
"passing-generics-to-types",
"generic-slots-in-functions",
"as-assertion",
"variable-type-annotation",
"readonly-utility-type",
"non-null-expression",
"typeof",
"keyof",
"record-utility-type",
"mapped-type",
"type-alias-with-generics",
"conditional-type",
"type-predicate",
"in-operator-narrowing",
"omit-utility-type",
"exclude-utility-type",
"tuple-type",
"parameters-utility-type",
"as-const",
"as-const-on-object",
"nonnullable-utility-type",
"returntype-utility-type"
],
"prettier.trailingComma": "none",
"prettier.singleQuote": true,
"totalTypeScript.hideAllTips": false,
"totalTypeScript.hideBasicTips": true,
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.updateImportsOnFileMove.enabled": "always",
"window.commandCenter": false,
"workbench.colorTheme": "Palenight (Mild Contrast)",
"workbench.iconTheme": "material-icon-theme",
"breadcrumbs.filePath": "on",
"editor.formatOnSaveMode": "file",
"symbols.hidesExplorerArrows": false,
"workbench.startupEditor": "none",
"playwright.reuseBrowser": true,
"playwright.showTrace": false,
"solidity.telemetry": false,
"git.suggestSmartCommit": false,
"update.mode": "manual",
"git.confirmSync": false,
"editor.formatOnSave": true,
"git.ignoreRebaseWarning": true,
"workbench.tips.enabled": false,
"breadcrumbs.enabled": false,
"material-icon-theme.hidesExplorerArrows": true,
"workbench.tree.enableStickyScroll": false,
"workbench.tree.renderIndentGuides": "none",
"explorer.compactFolders": false,
"window.customTitleBarVisibility": "never",
"window.titleBarStyle": "native",
"workbench.editor.labelFormat": "short",
// "custom-ui-style.electron": {
// "titleBarStyle": "hidden",
// "trafficLightPosition": {
// "x": 10,
// "y": 16
// }
// },
"custom-ui-style.stylesheet": {
".notification-toast": "box-shadow: none !important",
".quick-input-widget.show-file-icons": "box-shadow: none !important",
".quick-input-widget": "top: 25vh !important",
".quick-input-list .scrollbar": "display: none",
".monaco-action-bar.quick-input-inline-action-bar": "display: none",
".editor-widget.find-widget": "box-shadow: none; border-radius: 4px",
".quick-input-titlebar": "background: #100B15 !important",
".monaco-workbench .part.editor > .content .editor-group-container > .title.title-border-bottom:after": "display: none",
".monaco-scrollable-element > .shadow.top": "display: none",
".sidebar .title-label": "padding: 0 !important",
".sidebar": "border: none !important",
".monaco-workbench .monaco-list:not(.element-focused):focus:before": "outline: none !important",
".monaco-list-row.focused": "outline: none !important",
".monaco-editor .scroll-decoration": "display: none",
".title-actions": "display: none !important",
".title.show-file-icons .label-container .monaco-icon-label.file-icon": "justify-content: center; padding: 0 !important",
".title .monaco-icon-label:after": "margin-right: 0",
".monaco-workbench .part.editor > .content .editor-group-container > .title > .label-container > .title-label": "padding-left: 60px",
".title .monaco-icon-label.file-icon": "margin: 0 40px",
".monaco-editor .cursors-layer .cursor": "background-image: linear-gradient(135deg, #ffaffc 10%, #DA70D6 100%)",
".monaco-workbench .part>.composite.header-or-footer, .monaco-workbench .part>.composite.title": "margin-top: 20px"
},
"custom-ui-style.font.sansSerif": "'Monaspace Argon'",
"editor.minimap.autohide": true,
"editor.minimap.renderCharacters": false,
"eslint.debug": true,
"typescript.tsserver.log": "off"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment