Skip to content

Instantly share code, notes, and snippets.

@AlexOros
Last active August 20, 2021 07:04
Show Gist options
  • Save AlexOros/6a2d543174458245971c2c520be9082c to your computer and use it in GitHub Desktop.
Save AlexOros/6a2d543174458245971c2c520be9082c to your computer and use it in GitHub Desktop.
Generated by XState Viz: https://xstate.js.org/viz
{
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.logMessagePrefix": "",
"editor.fontFamily": "Cascadia Code PL",
"editor.fontLigatures": true,
"turboConsoleLog.insertEnclosingFunction": false,
"turboConsoleLog.insertEnclosingClass": false,
"turboConsoleLog.includeFileNameAndLineNum": false,
"cSpell.userWords": [
"Atms",
"Subattributes",
"TNFT",
"TRIAGED",
"mysize",
"prefetch",
"snakeize",
"subattribute",
"textsize",
"timemark",
"unfollow"
],
"todo-tree.general.tags": [
"BUG ",
"HACK ",
"FXME ",
"TODO ",
"XXX "
],
"todo-tree.highlights.customHighlight": {
"BUG": {
"icon": "bug"
},
"FIXME ": {
"icon": "flame"
}
},
"material-icon-theme.activeIconPack": "react",
"prettier.arrowParens": "avoid",
"workbench.colorCustomizations": {
// light
// "list.activeSelectionBackground": "#d8d7d6",
// "terminal.ansiBrightBlack": "#f33d2c",
// "terminal.ansiGreen": "#62926c",
// "terminal.ansiYellow": "#bdae5e",
// "editorLineNumber.activeForeground": "#ff8181",
// ---
"activityBarBadge.background": "#da501ac5",
"list.activeSelectionForeground": "#da501ac5",
"list.inactiveSelectionForeground": "#da501ac5",
"list.highlightForeground": "#da501ac5",
"scrollbarSlider.activeBackground": "#da501ac5",
"editorSuggestWidget.highlightForeground": "#da501ac5",
"textLink.foreground": "#da501ac5",
"progressBar.background": "#da501ac5",
"pickerGroup.foreground": "#da501ac5",
"tab.activeBorder": "#da501ac5",
"notificationLink.foreground": "#da501ac5",
"editorWidget.resizeBorder": "#da501ac5",
"editorWidget.border": "#da501ac5",
"settings.modifiedItemIndicator": "#da501ac5",
"settings.headerForeground": "#da501ac5",
"panelTitle.activeBorder": "#da501ac5",
"breadcrumb.activeSelectionForeground": "#da501ac5",
"menu.selectionForeground": "#da501ac5",
"menubar.selectionForeground": "#da501ac5"
},
"workbench.activityBar.visible": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"workbench.iconTheme": "file-icons",
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
//me
"editor.tabSize": 2,
// eslint
"eslint.validate": [
"javascript",
"javascriptreact"
],
"eslint.workingDirectories": [
".",
"./client"
],
// prettier
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features",
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"editor.codeLensFontFamily": "Cascadia Code PL",
"editor.rulers": [
{
"column": 100,
"color": "#575757"
},
],
"[javascriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"terminal.integrated.fontSize": 11,
"workbench.editor.pinnedTabSizing": "compact",
"editor.formatOnSaveMode": "modifications",
"todo-tree.highlights.useColourScheme": true,
"eslint.format.enable": true,
"quokka.darkTheme.system.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "rgb(153, 153, 153)",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
//WORK
// "[typescriptreact]": {
// "editor.defaultFormatter": "vscode.typescript-language-features"
// },
// "[javascript]": {
// "editor.defaultFormatter": "vscode.typescript-language-features"
// },
"prettier.trailingComma": "all",
"prettier.singleQuote": true,
"editor.wordWrapColumn": 100,
"editor.minimap.maxColumn": 100,
"workbench.productIconTheme": "fluent-icons",
"material-icon-theme.folders.theme": "classic",
"js/ts.implicitProjectConfig.strictFunctionTypes": false,
"editor.codeActionsOnSave": null,
"explorer.confirmDelete": false,
"gitlens.gitCommands.skipConfirmations": [
"fetch:command",
"stash-push:command",
"switch:command",
"stash-apply:command"
],
"editor.cursorSmoothCaretAnimation": true,
"workbench.colorTheme": "Eva Dark Italic",
// "[typescript]": {
// "editor.defaultFormatter": "vscode.typescript-language-features"
// },
// "[json]": {
// "editor.defaultFormatter": "esbenp.prettier-vscode"
// },
// "editor.minimap.showSlider": "always",
// "workbench.editor.pinnedTabSizing": "compact",
// "terminal.integrated.fontSize": 12,
// "window.zoomLevel": -1,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment